cURL
curl --request POST \ --url https://api.anycheck.ai/auth/refresh \ --header 'Content-Type: application/json' \ --data ' { "refresh_token": "eyJhbGc..." } '
200
Example
{ "access_token": "<string>", "refresh_token": "<string>" }
Exchange refresh token for a new access token
Documentation IndexFetch the complete documentation index at: https://docs.fintelite.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fintelite.ai/llms.txt
Use this file to discover all available pages before exploring further.
JWT refresh token
"eyJhbGc..."
Token refresh successful
New JWT access token
New JWT refresh token
Was this page helpful?