POST
/
client
/
user
/
auth
/
validation-token
curl --request POST \
  --url https://simpleapi.com.br/api/v1/client/user/auth/validation-token \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "token": "<string>"
}'
{
  "message": "<string>",
  "successCode": 123
}

Authorizations

Authorization
string
header
required

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

Body

application/json
Dados de autenticação

The body is of type object.

Response

200
application/json
Token JWT é válido.

The response is of type object.