ConfettiDocs

Overview

REST APIs for integrating with Confetti.

Confetti exposes two REST APIs, each with its own authentication method.

Which one should I use?

Public APIServer-to-server API
AudienceBrowser / widgetYour backend
CredentialPublishable keySecret API key
Sent asx-cfti-pk headerAuthorization: Bearer <key>
Safe to expose in client codeYesNo
StatusAvailableComing soon

Machine-readable spec

The full OpenAPI 3.1 specification is available at /openapi.json — useful for code generation, API clients, and AI tools.

On this page