API key generation
API key operations use session-based authentication (browser cookies). They create a Puffle API key from a signed-in Puffle account and are designed to be called from the Puffle dashboard, not from your backend integration. To create a key, log in to the Puffle dashboard, open Settings → API, and click Generate API key.If you need to programmatically rotate API keys from your own backend, contact support — we can assist with a service-account flow.
Generate API key
Creates a new API key for your account. Only one active key is permitted at a time. Do not call this endpoint with an API key; use the signed-in dashboard flow above.Response — 201 Created
Get API key info
Returns metadata about the current active API key.Response
Revoke API key
Immediately invalidates the current API key.200 OK