Skip to main content
The Admin API is the server-side management surface for experiences, audiences, consumers, products, organizations, and reporting. Use this section when you are building a back-office integration or syncing data from your own systems into Fanfare. The endpoint reference is generated from the service OpenAPI specification and filtered to the public integration surface.

Base URLs

EnvironmentBase URL
Productionhttps://admin.fanfare.io/api
Local developmenthttp://localhost:4800

Authentication

Admin API calls require a server-side credential. Keep secret credentials on your server and do not expose them in browsers, mobile apps, or public source code.

Common Areas

  • Experiences and experience pages
  • Distribution configuration
  • Audiences and consumers
  • Products and variants
  • Analytics and organization settings

Contract Notes

  • Experience contracts cover create/update fields, nested sequence creation, and derived experience timing.
  • Distribution contracts cover current distribution field names, required fields, timing states, timed-release guest support, and string money fields.
For request and response schemas, use the generated endpoint pages in this section.