Generate a fresh Bearer token for the logged-in user. Raw key returned once.
has_webhook: false on getPartnerApiKey, revoke and re-create.
api_key once. Anything subsequent (getPartnerApiKey, the admin dashboard) only shows the prefix. Losing it means revoke + regenerate.One-at-a-time. If an active key already exists, the endpoint returns 409 with a hint to revoke first. This prevents accidental duplicate keys — rotation is explicit (revoke then create).Prefix for identification. The first 24 chars (pk_live_<16-hex>) are safe to log, display, or store — they identify the key without revealing the secret.Related: Check partner API key status, Revoke partner API key, Open the webhook portal.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
New API key created. Raw key returned once.