- Client credentials: Authenticate using the
Client IdandClient Secretprovided by Vatis Tech Platform - Authorization token: Authenticate using an
access_tokenobtained by exchanging the client credentials - API Key: Authenticate using an
api keyprovided by Vatis Tech Platform
- Client credentials
- API key
1
Get client credentials
Get the
Client Id and Client Secret from your API Dashboard2
Set the client credentials
There are two ways to set the client credentials on each request:
- Set the
X-Client-IdandX-Client-Secretheaders - Set the
client_idandclient_secretquery parameters