Skip to main content
GET
/
v1
/
me
/
keys
List API keys
curl --request GET \
  --url https://api.onlyfanskit.dev/v1/me/keys \
  --header 'Authorization: Bearer <token>'
{
  "keys": [
    {
      "id": "<string>",
      "label": "<string>",
      "createdAt": "<string>",
      "revokedAt": "<string>",
      "scopes": [
        "<string>"
      ],
      "current": true
    }
  ]
}

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

200 - application/json

Keys

keys
object[]