Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>'
Exchanges client credentials or refresh token for a new access token.
Access token obtained