Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
cURL
curl --request POST \ --url https://api.example.com/api/auth/refresh \ --header 'Content-Type: application/json' \ --data ' { "refresh_token": "<string>" } '
{ "success": true, "message": "<string>", "access_token": "<string>", "refresh_token": "<string>", "expires_in": 123, "refresh_expires_in": 123 }
Refresh JWT access token using refresh token
Refresh token request model
Successful Response
Refresh token response model