cURL
curl --request POST \ --url https://api.example.com/v1/refresh-token \ --header 'Authorization: Bearer <token>'
{ "access_token": "<string>", "expires_in": 123, "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Get new access token using refresh token
Documentation IndexFetch the complete documentation index at: https://docs.corebanq.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.corebanq.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Token refresh successful
Token expiration in seconds