The Only API docs
Fans

Add a tag to a fan

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

POST
/fans/{fan_of_user_id}/tags

Guide: Subscribers & fans

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

fan_of_user_id*string

Fan's platform user ID — the same value returned as of_user_id on a row from GET /fans, not an internal database id.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

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