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
}Validates the provided API key. Use this endpoint to check if your API key is valid and active.
API key is valid and active
{
"message": "Token is valid!",
"status": 200
}