Complete API documentation for building custom integrations with Fanaura.
All API requests require authentication using an API key. Include your API key in the Authorization header:
/v1/fansList all fans in your database
/v1/fans/:idGet details for a specific fan
/v1/campaignsCreate a new pre-save campaign
/v1/campaigns/:idGet campaign details and analytics
/v1/heatmapGet geographic distribution of fans
/v1/ai/queryQuery fan data using natural language
curl -X GET https://api.fanaura.com/v1/fans \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"npm install @fanaura/sdk
Coming soon
Coming soon