Update polling settings
Enable/disable background polling for an account, set the interval, and control whether automations may perform write actions on the platform.
Enable/disable background polling for an account, set the interval, and control whether automations may perform write actions on the platform.
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.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/accounts/string/polling" \ -H "Content-Type: application/json" \ -d '{}'{ "polling": { "allow_of_write_actions": 0, "last_polled_at": "string", "of_user_id": "string", "polling_enabled": 0, "polling_failure_count": 0, "polling_interval_seconds": 0 }, "success": true, "warning": "string"}Get polling settings GET
Read the background polling configuration for an account — whether polling is enabled, the interval, and whether write actions are allowed.
Tag a connected account POST
Add a tag to a connected account, for grouping creators inside the panel. Tags are panel-local — they are never sent to the platform. Max 40 characters; re-adding an existing…