v1

latestOpenAPI 3.0.0Proprietary2026-07-1392329.7 KB
API Keys

Update API key

Partially updates one of the authenticated customer's API keys by numeric ID. Omitted fields leave the stored value unchanged. Use the id from GET /api-keys.

put/api-keys/{id}

Path parameters

idinteger required

Numeric API key ID (from GET /api-keys). Not the secret rm_ key string.

Request body

allowed_domainsstring[] nullable

Replace allowed domains list. Omit to keep current value.

namestring nullable

Update friendly name. Omit to keep current value.

activeboolean nullable

Activate or deactivate the key. Omit to keep current value.

Response

API key updated

idinteger required

Internal key ID (for filtering /usage).

namestring nullable required

Friendly name.

activeboolean required

Whether the key is active.

allowed_domainsstring[] required

Allowed domains.

routing_strategy'economy' | 'performance' required
created_atstring date-time required
updated_atstring date-time required