cURL
curl --request POST \ --url https://developer.api.receiptor.ai/v1/token \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'client_id=<string>' \ --data 'client_secret=<string>' \ --data grant_type=refresh_token \ --data 'refresh_token=<string>'
Exchange a refresh token for a new access token.
Documentation IndexFetch the complete documentation index at: https://docs.receiptor.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.receiptor.ai/llms.txt
Use this file to discover all available pages before exploring further.
refresh_token
New access token
Was this page helpful?