Get polling settings
Read the background polling configuration for an account — whether polling is enabled, the interval, and whether write actions are allowed.
Read the background polling configuration for an account — whether polling is enabled, the interval, and whether write actions are allowed.
Guide: Connect an account
Authorization
apiKey Your CRM panel API key
In: header
Path Parameters
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 }}Disconnect an account DELETE
Delete/disconnect a creator account from this CRM panel, freeing its slot. Works for OnlyFans and Fansly accounts. This is the only way to release a paid slot.
Update polling settings PATCH
Enable/disable background polling for an account, set the interval, and control whether automations may perform write actions on the platform.