Skip to main content
PUT
Update API key

Authorizations

Authorization
string
header
required

JWT token obtained from POST /admin/login

Path Parameters

id
string<uuid>
required

API key ID

Body

application/json
label
string

Optional friendly label

Example:

"Production key"

max_accounts
integer

Account cap for this key. Partners may raise this value to authorize Extra Accounts (sub-accounts beyond the contract default). Partners cannot lower the value — the cap is monotonic to prevent masking previously authorized extras before billing capture. To reduce the cap, contact support or revoke and reissue the key.

Required range: 1 <= x <= 1000
Example:

8

Response

200 - application/json

Key updated

ok
boolean
Example:

true

data
object