cURL
curl --request POST \ --url https://api.tradearies.dev/v1/auth/reauth \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "password": "<string>" }'
This response does not have an example.
Reauthenticates a user using access token and password
Reauthentication successful
Was this page helpful?