How to authenticate to any API
Last updated 1 year ago
The API relies on provisioned API keys for authentication and access. In order to obtain a key, please contact us at .
The key must be included with the header of each request:
GET {{api-url}}/{{request}}
GET
{{api-url}}/{{request}}
x-api-key*
String
The provisioned API key.
{ // Response }