cURL
curl --request POST \ --url https://api.tradearies.dev/v1/auth/refresh \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "email": "<string>", "refresh_token": "<string>" }'
{ "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." }
Refreshes a user’s access token using a refresh token
Token refreshed successfully
The response is of type object.
object
Was this page helpful?