Skip to main content
GET
/
v1
/
accounts
/
{id}
Get a connected account
curl --request GET \
  --url https://api.onlyfanskit.dev/v1/accounts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "account": {
    "id": "<string>",
    "ofUserId": "<string>",
    "label": "<string>",
    "state": "<string>",
    "rememberCredentials": true,
    "createdAt": "<string>",
    "lastSeenAt": "<string>"
  }
}

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>.

Path Parameters

id
string
required

Connected account id.

Response

Account

account
object