Ingress API
Send user, account, and event data into Accoil for processing.
The Ingress API accepts identify, group, and track calls. All requests are sent to:
https://in.accoil.comAll ingress requests are processed asynchronously and return 202 Accepted.
Authentication
v2 endpoints (recommended): Include your API key in the Authorization header using Basic authentication:
Authorization: Basic YOUR_API_KEYv1 endpoints (legacy): Include your API key in the request body as the api_key field.
Your Ingress API key is found in the Accoil dashboard under Account > General settings. Each product has its own key.
Endpoints
| Endpoint | Description |
|---|---|
| POST /v2/identify | Identify a user and set their traits |
| POST /v2/group | Associate a user with an account and set account traits |
| POST /v2/track | Record a user event |
Legacy v1 endpoints are also available under Legacy (v1).