Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List and retrieve fans with the Fanhaven API.
fans:read
GET /v1/fans
page
1
per_page
25
100
search
email
phone_number
curl "https://api.fanhaven.com/v1/fans?search=jane" \ -H "Authorization: Bearer fh_live_..."
GET /v1/fans/:id
curl "https://api.fanhaven.com/v1/fans/fan_..." \ -H "Authorization: Bearer fh_live_..."
{ "id": "fan_...", "first_name": "Jane", "last_name": "Doe", "email": "jane@example.com", "phone_number": "+15551234567", "sms_consent_at": null, "email_consent_at": null, "created_at": "2026-08-26T12:00:00.000Z" }