The Only API docs
Campaigns

List campaign tags

All campaign tags in use for this account.

GET
/accounts/{of_user_id}/campaign-tags

All campaign tags in use for this account.

Guide: Subscribers & fans

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/campaign-tags"
{  "all_tags": [],  "success": true,  "tags": [    {      "campaign_id": "string",      "tag": "string"    }  ]}