List Contacts by Tag
Contacts and Individuals
List Contacts by Tag
Returns the contacts that carry the given tag. Use filter to narrow the results by contact name, and sortBy and descending to control the order. Use skip and take to page through the results.
GET
List Contacts by Tag
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
(Required) The tag identifier.
Query Parameters
The filter. If provided will filter by Id, Name or Email address.
The field to be sorted. Supported: Id, Name, CreatedDateTime.
The direction to sort the results. Set to true to sort in descending order.
The number of records to skip. Default = 0.
The number of records to take. Default = 10.
Last modified on August 11, 2026