Validate API Key
Validates the provided API key. Use this endpoint to check if your API key is valid and active.
post/v1/auth/validate
Response
API key is valid and active
Example response
{
"message": "Token is valid!",
"status": 200
}Changes
Changed in 1 of the 20 revisions of this API.13
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
added the optional property
messageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the200statusresponse-optional-property-added
- ▲