Skip to main content
The API section is where you connect Fanhaven to your own systems. Open it from Settings → API. It has three tabs:
  • Documentation — in-dashboard REST reference and examples
  • API Keys — create and revoke Bearer keys
  • Webhooks — HTTPS endpoints for real-time events

API reference

Full endpoint docs: authentication, fans, transactions, events, merch, and webhooks.

API keys

API keys authenticate server-to-server requests to https://api.fanhaven.com/v1.

Creating an API key

Scopes

Keys are bound to the current artist and tour. Send them as:
Revoked keys cannot be restored. Update external systems with a new key before revoking the old one.

Webhooks

Webhooks send HTTP POSTs to your URL when events happen in Fanhaven. See Webhooks for payload shape and signature verification.

Setting up a webhook

Use cases