Skip to main content
POST
/
token
Exchange token
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>'

Documentation Index

Fetch the complete documentation index at: https://docs.receiptor.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/x-www-form-urlencoded
client_id
string
required
client_secret
string
required
grant_type
enum<string>
default:refresh_token
required
Available options:
refresh_token
refresh_token
string
required

Response

200

New access token