API Documentation
Authentication
Authenticate to Vatis Streams API
The Vatis Streams API offers the following authentication schemas:
- Client credentials: Authenticate using the
Client Id
andClient Secret
provided by Vatis Tech Platform - Authorization token: Authenticate using an
access_token
obtained by exchanging the client credentials - API Key: Authenticate using an
api key
provided by Vatis Tech Platform
1
Get client credentials
Get the Client Id
and Client Secret
from your API Dashboard
2
Set the client credentials
There are two ways to set the client credentials on each request:
- Set the
X-Client-Id
andX-Client-Secret
headers - Set the
client_id
andclient_secret
query parameters
Send the credentials as query parameters with extra caution as they may get logged