Path Parameters
sub_id*Sub Id
Format
uuidQuery Parameters
cursor?string|null
limit?Limit
Range
1 <= value <= 200Default
50Header Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08/deliveries"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "subscription_id": "aa11a4c2-a467-43db-b413-c4ab0f5cf627", "email_domain_id": "b3a00cb4-43d0-468a-8a5d-50c998cb143f", "event_type": "string", "event_id": "a7a26ff2-e851-45b6-9634-d595f45458b7", "attempt": 0, "status": "pending", "response_status": 0, "response_body": "string", "next_attempt_at": "2019-08-24T14:15:22Z", "succeeded_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z" } ], "next_cursor": "string"}List Contacts
List contacts for the caller's organization, newest first. Merges two sources into one list: org members (kind="member", ids prefixed "member:", managed via membership — not editable here) and manually-created contacts (kind="manual", editable via PATCH/DELETE /contacts/{contact_id}). Cursor-paginated; q does a substring search over name/phone/email.
List Email Domains
List sender domains/identities for the caller's organization. Cursor-paginated, newest first. The response also includes default_from — the address a from-less POST /v1/emails would use right now given the org's current verified senders.