Skip to main content
GET
/
v1
/
me
Get caller identity
curl --request GET \
  --url https://api.onlyfanskit.dev/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "key": {
    "id": "<string>",
    "label": "<string>",
    "createdAt": "<string>"
  },
  "org": {
    "id": "<string>",
    "name": "<string>",
    "plan": "<string>",
    "contactEmail": "<string>"
  },
  "scopes": [
    "<string>"
  ],
  "limits": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.onlyfanskit.dev/llms.txt

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

Authorizations

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>.

Response

Caller identity

kind
enum<string>
Available options:
customer,
admin
key
object
org
object
scopes
string[]
limits
object