Overview

Accoil Ingress allows customers to send event data directly to Accoil.

Authentication

For v1 routes it is expected your API Key is sent in the body in "api_key" and no Authorization header is sent.

For v2 routes it is expected to send your API Key in an Authorization header as: Authorization: Basic YOUR_API_KEY.

Important Note

This API accepts requests and processes them asynchronously in the background afterwards. If you are sending events and do not see them showing up in the Accoil UI then ensure that your Authorization header is correct on v2 routes and your api_key is supplied on v1 routes as the API may accept and return a 202 response when calling it but not process the request asynchronously later if invalid.