SDK
Call any SDK method
Generic passthrough that maps onto of.{resource}.{method}(...args) on the connected account. Accepts positional args via { "args": [...] }, a bare array, or a single object body (most methods). GET is supported for read methods — the query string becomes a single object arg. Requires sdk:call. Enumerate valid resource/method pairs with GET /v1/sdk/methods.
POST
Authorizations
Your API key, sent as Authorization: Bearer <key>.
Path Parameters
Connected account id.
SDK resource, e.g. posts, messages, earnings.
Method on the resource, e.g. feed, send, balances.
Body
application/json
Response
Whatever the SDK method returned