/v1 requests require an API key in the Authorization header.
Creating Keys
The first API key is provisioned outside the public API during onboarding. Once you have a valid key, you can create additional keys through the API:Rotating Keys
Use short, descriptive names for keys so they are easy to rotate later. To rotate a production key:- Create a replacement key.
- Deploy the replacement key to your integration.
- Confirm traffic succeeds with the new key.
- Revoke the old key with
POST /api-keys/{id}/revoke.
401 Unauthorized.