GET
/
verify
curl --request GET \
  --url https://api.kakiyo.com/v1/verify \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "API key is valid",
  "teamId": "abcdefghij1234567890"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

API key verification successful

The response is of type object.