Group (v1)
Legacy endpoint for group identification.
This is the legacy v1 endpoint. We recommend using POST /v2/group for new integrations.
The v1 group endpoint requires the API key in the request body as api_key rather than in the Authorization header.
Request Body
application/json
Group identify
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://in.accoil.com/v1/groups" \ -H "Content-Type: application/json" \ -d '{ "api_key": "f6ed0379283b149a2fd87a069d2b0d623c601272", "timestamp": 1500000000000, "group_id": "account_22" }'Empty
Empty
Empty