The Only API docs
Accounts

Get polling settings

Read the background polling configuration for an account — whether polling is enabled, the interval, and whether write actions are allowed.

GET
/accounts/{of_user_id}/polling

Read the background polling configuration for an account — whether polling is enabled, the interval, and whether write actions are allowed.

Guide: Connect an account

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

of_user_id*string

Creator account ID of the connected account (OnlyFans or Fansly). Use GET /accounts to list connected accounts and their IDs.

Response Body

application/json

curl -X GET "https://example.com/accounts/string/polling"
{  "success": true,  "polling": {    "enabled": true,    "interval_seconds": 0,    "allow_of_write_actions": true  }}