Accoil Developer Documentation
Send product engagement data to Accoil using three API calls. Guides, concepts, and full API reference.
Accoil is a B2B product analytics platform. You send data about your users, accounts, and events through three API calls, and Accoil turns that data into engagement scores, health metrics, and actionable insights.
This documentation covers everything you need to integrate.
Prerequisites
You need an active Accoil account and an API key. Find your API key under Account > General in the Accoil dashboard. Each product in Accoil has its own key.
Where to start
Quick Start
Send your first identify, group, and track calls in minutes.
Concepts
Understand Accoil's data model: users, accounts, events, and how they connect.
API Reference
Full endpoint specifications for the Ingress API (v2 and legacy v1).
The three calls
All data flows into Accoil through three calls:
| Call | Purpose | Endpoint |
|---|---|---|
| identify | Create or update a user and their traits | POST /v2/identify |
| group | Create or update an account, link users to it | POST /v2/group |
| track | Record a user action (event name only) | POST /v2/track |
All requests are sent to https://in.accoil.com and return 202 Accepted. Processing is asynchronous.