Skip to main content
POST
/
token
OAuth 2 Authorization Endpoint
curl --request POST \
  --url https://developer.api.receiptor.ai/v1/token \
  --header 'Authorization: Bearer <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>'
{}

Authorizations

Authorization
string
header
required

This API uses OAuth 2 with the implicit grant flow. More info

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

Success