The Vatis Streams API offers the following authentication schemas:

  • Client credentials: Authenticate using the Client Id and Client 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:

  1. Set the X-Client-Id and X-Client-Secret headers
  2. Set the client_id and client_secret query parameters
Send the credentials as query parameters with extra caution as they may get logged