SDK
Call a read-only SDK method
GET form of the SDK passthrough for read methods. The query string is passed as a single object argument.
GET
Call a read-only SDK method
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.
Previous
Call any SDK methodGeneric 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`.
Next
Call a read-only SDK method