v1

latestOpenAPI 3.0.0Proprietary2026-07-1392329.7 KB
API Keys

Create API key

Creates a new API key for the authenticated customer. The secret key value is returned once — store it securely.

post/api-keys

Request body

namestring nullable

Friendly name for this key (e.g. "Production", "Staging").

allowed_domainsstring[] required

List of allowed origins/domains. Requests from other domains are rejected with 403.

routing_strategy'economy' | 'performance' required

economy — most competitive prices; performance — fastest routes.

Response

API key created (secret returned once)

idinteger required
customer_idinteger required
allowed_domainsstring[] required
api_keystring required

The secret API key. Save this — it is returned only once.

created_atstring date-time required
updated_atstring date-time required
namestring nullable required
routing_strategy'economy' | 'performance' required
activeboolean required
bypass_credit_checkboolean required