Skip to main content
PATCH
Update Api Key

Path Parameters

key_uuid
string<uuid>
required

Body

application/json

PATCH /v1/api-keys/{uuid} — update mutable fields.

scopes
string[] | null

Replace scopes list

allowed_sources
string[] | null

Restrict to these sources (null = unrestricted)

is_active
boolean | null

Set to false to revoke

Response

Successful Response

data
APIKeyResponse · object
required

All endpoints other than creation — full key is never included.

meta
Meta · object