The Only API docs
Fans

Set a fan note

Replace the free-text CRM note stored against a fan. Send an empty string to clear it.

PUT
/fans/{fan_of_user_id}/note

Replace the free-text CRM note stored against a fan. Send an empty string to clear it.

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 PUT "https://example.com/fans/string/note" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true}