The Only API docs
Campaigns

Set the tracked-campaign allowlist

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

PUT
/accounts/{of_user_id}/tracked-campaigns

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.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/accounts/string/tracked-campaigns" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true,  "tracked_campaigns": null}