Skip to main content
POST
Raise max sub-accounts for a 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
max_accounts
integer
required

New cap value. Must be strictly greater than the key's current max_accounts. The endpoint is raise-only by design — it never accepts equal or lower values.

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

5

Response

Cap raised

ok
boolean
Example:

true

data
object