curl -X POST https://api.thalbank.com/auth/refresh \ -H "Content-Type: application/json" \ -d '{ "refreshToken": "550e8400-e29b-41d4-a716-446655440000" }'
{ "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...(novo)", "refreshToken": "660e8400-e29b-41d4-a716-446655440001" }
Renova o access token usando o refresh token
accessToken
refreshToken
Was this page helpful?