POST
/
v1
/
auth
/
validate
curl --request POST \
  --url https://api.chonkie.ai/v1/auth/validate \
  --header 'Authorization: Bearer <token>'
{
  "message": "Token is valid!",
  "status": 200
}

Authorizations

Authorization
string
header
required

Your API Key from the Chonkie Cloud dashboard

Response

200 - application/json
API key is valid and active
message
string
Example:

"Token is valid!"

status
integer
Example:

200

Was this page helpful?