TEASEDocs
API ReferenceInbox & Broadcasts

Suggested price for a fan

Returns a suggested pay-to-view price and spend tier for one fan, for use when composing an inbox message. Requires a read-scoped key.

Authorization

bearerAuth
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Query Parameters

fan_id*string

Identifier of the fan to price.

Length1 <= length <= 64

Response Body

application/json

application/json

GET
/api/admin/chatters/fan-pricing
curl -X GET "https://example.com/api/admin/chatters/fan-pricing?fan_id=string"
{  "fan_id": "fan_8841920",  "suggested_price_cents": 2000,  "tier": "whale"}
{  "detail": "Not authenticated"}