Skip to main content
POST
/
oauth
/
token
Obtain access token
curl --request POST \
  --url https://synthx.vantisone.com/api/oauth/token \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'grant_type=<string>' \
  --data 'client_id=<string>' \
  --data 'client_secret=<string>' \
  --data 'refresh_token=<string>'

Body

application/x-www-form-urlencoded
grant_type
string
client_id
string
client_secret
string
refresh_token
string

Response

200 - application/json

Access token obtained