Query Parameters
q?string|null
cursor?string|null
limit?Limit
Range
1 <= value <= 500Default
100Header Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/contacts"{ "items": [ { "id": "string", "kind": "member", "name": "string", "phone_e164": "string", "email": "string", "role": "string" } ], "next_cursor": "string"}List Calls
List calls for the caller's organization, newest first. Cursor-paginated: pass the returned next_cursor to fetch the next page; a null next_cursor means there are no more results. Filter by status or destination number (to) to narrow the list.
List Deliveries
List delivery attempts for one webhook subscription, newest first. Cursor-paginated. Each entry shows the attempt count, response status, and response body Hail recorded — use POST /v1/webhooks/{sub_id}/ deliveries/{delivery_id}/redeliver to retry a failed one.