Overview
Use merchant API keys (x-api-key) for server-to-server integrations.
Authentication
Requires a dashboard bearer token (Authorization: Bearer <jwt>).
Request
List keys
Create a key
Revoke a key
Response
Example list response (keys are masked):Errors
401missing/invalid dashboard bearer token404key not found (revoke)403policy limits (for example: maximum number of active keys)
Examples
- Rotate keys by creating a new key, deploying it, then revoking the old key.

