cURL
curl --request POST \ --url https://app.closerx.ai/api/token/refresh/ \ --header 'Content-Type: application/json' \ --header 'api_key: <api-key>' \ --data ' { "refresh": "<string>" } '
{ "access": "<string>", "success": true, "message": "<string>" }
Allows User to refresh their access token
Refresh token
Refresh token for obtaining a new access token
Token refresh response
New access token
Indicates whether the password reset was successful
Message describing the result of the password reset request