Skip to main content
GET
/
api
/
v1
/
partners
/
api-key
Check partner API key status
curl --request GET \
  --url https://app.puffle.ai/api/v1/partners/api-key \
  --header 'Authorization: Bearer <token>'
{ "has_key": false }

Overview

Returns whether the logged-in user has an active API key and, if so, its prefix, webhook-portal readiness, and creation date. Never returns the raw key — that’s only accessible via createPartnerApiKey at the moment of creation.

AI agent notes

Session-authenticated. Same auth model as the create/delete endpoints — uses the user’s browser session.No raw key, ever. If you lost the raw key, this endpoint can’t recover it. Revoke and create a new one.has_webhook signals Svix readiness. If false on an active key, the Svix app creation failed at key-creation time (non-fatal). To repair, revoke and re-create the key.Related: Generate a partner API key, Revoke partner API key, Open the webhook portal.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Key status (or has_key: false).

has_key
enum<boolean>
required
Available options:
false