GET
/
api
/
api_keys
/
{api_key_prefix}

Path Parameters

api_key_prefix
string
required

Response

200 - application/json
prefix
string
required
created
string
required
creator
string | null
required
name
string
required

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

expiryDate
string | null
required

Once API key expires, clients cannot use it anymore.

revoked
boolean

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