Category: Data / Analytics (CDP)
Connect by: Paste an API key
Official API docs: https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/
None.
| Capability | API call | Risk | Needs approval |
|---|---|---|---|
| Record an action a user performed: an event name + optional properties (requires userId and/or anonymousId). (docs) | POST /v1/track | 🟢 low | — no |
| Tie a user to their actions and set traits about them (requires userId and/or anonymousId). (docs) | POST /v1/identify | 🟢 low | — no |
| Associate a user with a group (account/org/company) and set group traits (requires groupId plus userId and/or anonymousId). (docs) | POST /v1/group | 🟢 low | — no |
| Record a page view with an optional name + properties (requires userId and/or anonymousId). (docs) | POST /v1/page | 🟢 low | — no |
Max 32 KB per message and 500 KB per batch (≤2500 events/batch). Segment recommends ≤1000 requests/sec and may queue excess. Invalid JSON / oversize → HTTP 400; invalid Write Key → HTTP 401; accepted → HTTP 200 {"success": true}.