Skip to main content
PUT
Update API key

Authorizations

Authorization
string
header
required

Scoped API key created via POST /api/account/keys.

Path Parameters

id
string
required

API key ID

Body

application/json

Fields to update

isActive
boolean

Set to false to revoke the key

label
string

Updated label for the key

Response

OK

Simple success/failure response with no data payload

message
string

Human-readable result message

success
boolean

Whether the operation succeeded