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.
cURL
curl --request POST \ --url http://localhost:8000/v1/auth/refresh \ --header 'Content-Type: application/json' \ --data ' { "refresh_token": "<string>" } '
{ "data": { "access_token": "<string>", "expires_in": 123, "refresh_token": "<string>", "token_type": "bearer" }, "message": "<string>", "success": true }
Successful Response
Show child attributes