Skip to main content
POST
/
v1
/
accounts
/
{id}
/
{resource}
/
{method}
curl --request POST \ --url https://api.onlyfanskit.dev/v1/accounts/{id}/{resource}/{method} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "limit": 10 }'
{
  "result": "<unknown>"
}

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.

resource
string
required

SDK resource, e.g. posts, messages, earnings.

method
string
required

Method on the resource, e.g. feed, send, balances.

Body

application/json
args
any[]

Response

Whatever the SDK method returned

result
any