cURL
curl --request POST \ --url https://search.tratum.com.br/v1/refreshtoken \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "username": "<string>", "refreshToken": "<string>" } '
{ "email": "<string>", "username": "<string>", "token": "<string>" }
Endpoint responsável pelo refresh do bearer token
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Corpo da requisição
E-mail
Usuário
Bearer token
Retorno com sucesso da autenticação