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
}

Documentation Index

Fetch the complete documentation index at: https://docs.oneofnone.io/llms.txt

Use this file to discover all available pages before exploring further.

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