OpenapiApiTokenValidate
Validate an API token
Validates if an API token is valid, not expired, and not deleted
Authorization
public-api Authorization<token>
API token for authentication (format: Bearer {token})
In: header
Response Body
application/json
application/json
curl -X POST "https://api-test.hibridgit.com/api/token/validate"{
"status": 200,
"result": "OK",
"message": "Token is valid"
}{
"status": 401,
"result": "ERR",
"message": "Token is not valid, it cannot be found"
}