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>"Authentication is only required for protected endpoints.
Last updated