Fans
Add a tag to a fan
Guide: [Subscribers & fans](/docs/subscribers)
Guide: Subscribers & fans
Authorization
apiKey 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}