Contacts

List contacts

GET/v1/contactsrequires contact:read

Requestcurl -X GET https://api.transmit.dev/v1/contacts \
  -H "Authorization: Bearer tr_v2_…"

Parameters

NameInNotes
limitqueryRows per page, 1–500. Defaults to 100.
cursorqueryThe next_cursor from the previous page.

Responses

StatusMeaning
200A page of contacts
401The API key is missing, malformed, expired or revoked
403The API key lacks the contact:read scope

Every response body is described in the OpenAPI spec, which this page is generated from.