Skip to main content
GET
/
account
/
api-key
Get current API key
curl --request GET \
  --url https://api.parse.bot/account/api-key \
  --header 'X-API-Key: <api-key>'
{
  "api_key": "<string>",
  "created_at": "<string>",
  "last_used": "<string>",
  "message": "<string>",
  "warning": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.

Response

200 - application/json

API key details

api_key
string | null
created_at
string | null
last_used
string | null
message
string | null
warning
string | null