Base URL
Conventions
- Requests — send JSON with
Content-Type: application/json. - Auth — every request needs an
Authorization: Bearer inb_…header. See Authentication. - Responses — always JSON. List endpoints wrap results in
{ "data": [...] }; paginated lists also includenextCursor. - Errors — non-2xx responses carry an
errorfield. See Errors. - Timestamps — ISO 8601 UTC strings (e.g.
2026-07-20T10:30:00.000Z).