Authentication

This user guide explains how to use your API key, which gives you access to the service endpoints.

Request authentication

The Instantia API uses API keys to authenticate requests. When you register you will receive an API key that you will need to pass in the HTTP header of each request:

x-api-key: "<your-API-key>"

x-api-key: partner api key of instantia

Authentication is only required for protected endpoints.

Please be sure to keep your API access tokens secure! Do not share them in emails, chat messages, client-side code or publicly accessible sites.

Last updated