PUT
/
api
/
api_keys
/
{api_key_prefix}

Path Parameters

api_key_prefix
string
required

Body

application/json
revoked
boolean

If the API key is revoked, clients cannot use it anymore. (This cannot be undone.)

Response

200 - application/json
created
string
required
creator
string | null
required
expiryDate
string | null
required

Once API key expires, clients cannot use it anymore.

name
string
required

A free-form name for the API key. Need not be unique. 50 characters max.

prefix
string
required
revoked
boolean

If the API key is revoked, clients cannot use it anymore. (This cannot be undone.)