Skip to main content
POST

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