cURL
curl --request POST \ --url http://localhost:8000/api/token/refresh/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "refresh": "<string>" } '
{ "access": "<string>" }
Refresh an access token using a valid refresh token
Documentation IndexFetch the complete documentation index at: https://qg.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://qg.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
{ "refresh": "string" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Token refreshed successfully