The Only API docs
Campaigns

Add a tag to a campaign

Guide: [Subscribers & fans](/docs/subscribers)

POST
/accounts/{of_user_id}/campaigns/{campaign_id}/tags

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.

campaign_id*string

Tracking-link campaign ID.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/accounts/string/campaigns/string/tags" \  -H "Content-Type: application/json" \  -d '{    "tag": "string"  }'
{  "success": true}