Skip to main content
POST
/
api
/
v1
/
auth
/
api-key
/
validate
Validate API Key
curl --request POST \
  --url https://api.dev.anthid.com/api/v1/auth/api-key/validate \
  --header 'Content-Type: application/json' \
  --data '
{
  "api_key": "<string>"
}
'
{
  "created_at": "2023-11-07T05:31:56Z",
  "disabled": true,
  "environment": "paper",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "organization_id": "<string>"
}

Body

application/json
api_key
string
required

Response

API key is valid

created_at
string<date-time>
required
disabled
boolean
required
environment
enum<string>
required
Available options:
paper,
live
id
string<uuid>
required
organization_id
string
required