Base URL
Authentication
Conventions
| Topic | Rule |
|---|---|
| Content type | application/json on bodies |
| Phone numbers | E.164 (+12125550147) |
| Idempotency | Header Idempotency-Key on outbound sends |
| Errors | { "error": "…" } JSON |
| Time | ISO-8601 where timestamps appear |
Endpoint map
Messages
Conversations
| Method | Path | Scope | Docs |
|---|---|---|---|
GET | /api/v1/comms/conversations | comms_read | List |
Contacts
*Contact upsert currently expects the broaderwrite scope when present on the key.
Webhooks
Events
| Method | Path | Scope | Docs |
|---|---|---|---|
GET | /api/v1/comms/events | comms_read | List |

