Skip to main content

Partner API Key

All Partner API requests require a Partner API Key passed in the request header.
Or as a Bearer token:

Getting a Partner API Key

Partner API keys are provisioned during onboarding. Contact your Recover account manager or email adyan@cove.dev. Each key is scoped to your partner account and grants access to all sub-accounts under it.

Key Format

Keys follow the format pk_live_ followed by 32 characters. Keep your key secret — it grants full access to create and manage accounts, import leads, and generate embed tokens.
Never expose your Partner API key in client-side code. All API calls should be made from your backend server.

Key Rotation

To rotate a key, contact your account manager. The old key will remain valid for 24 hours after the new key is issued.

Rate Limits

Rate limit headers are included in every response:
When rate limited, the API returns 429 Too Many Requests with a Retry-After header.

Error Format

All errors follow a consistent format:

Error Codes