GET
/
v1
/
access
/
owner
curl --request GET \
  --url https://api.oneofnone.io/v1/access/owner \
  --header 'x-api-key: <api-key>'
{
  "is_owner": true,
  "count": 2
}

Authorizations

x-api-key
string
header
required

The API key required for accessing protected routes. It should be included in the request headers as x-api-key.

Query Parameters

email
string

The email address of the user to check ownership for.

user_id
string

The UUID of the user to check ownership for.

collection_slug
string

The slug of the collection to check ownership in.

collection_id
string

The UUID of the collection to check ownership in.

token_id
integer

Optional specific token ID to check ownership for.

Required range: x >= 1

Response

200
application/json

Ownership check completed successfully.

The response is of type object.