v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBContacts
List contacts
Returns a paginated list of contacts.
get/contact/contacts
Query parameters
pageinteger
Page number of the results to be returned, 1-based.
limitinteger
A limit on the number of results to be returned, or number of results per page, between 1 and 100, defaults to 10.
includeTotalboolean
Return results inside an object that contains the total result count or not.
filter.tagsstring
Example:tag1,tag2
Comma-separated list of tag names. If any tag does not exist, the request fails with a parameter error.
filter.countryCodestring
Example:US
Two-letter country abbreviation. See ISO 3166-1 alpha-2 country code.
filter.phoneNumberstring
Example:+16315551111
Phone number in E.164 format.
filter.emailstring
Example:support@example.com
The contact's email address.
Response
Successfully retrieved a paginated list of objects.