Skip to main content
GET
/
v1
/
access
/
owner
Check ownership
curl --request GET \
  --url https://api.oneofnone.io/v1/access/owner \
  --header 'x-api-key: <api-key>'
{
  "is_owner": true,
  "count": 123
}

Authorizations

x-api-key
string
header
required

Query Parameters

email
string<email>
user_id
string<uuid>
collection_slug
string
collection_id
string
token_id
integer

Response

Successful response

is_owner
boolean
required
count
number
required