Contacts
List contacts
GET/v1/contactsrequires contact:read
Requestcurl -X GET https://api.transmit.dev/v1/contacts \
-H "Authorization: Bearer tr_v2_…"Parameters
| Name | In | Notes |
|---|---|---|
limit | query | Rows per page, 1–500. Defaults to 100. |
cursor | query | The next_cursor from the previous page. |
Responses
| Status | Meaning |
|---|---|
200 | A page of contacts |
401 | The API key is missing, malformed, expired or revoked |
403 | The API key lacks the contact:read scope |
Every response body is described in the OpenAPI spec, which this page is generated from.