Skip to main content
GET
List Contacts by Tag

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tagId
string
required

(Required) The tag identifier.

Query Parameters

filter
string

The filter. If provided will filter by Id, Name or Email address.

sortBy
string

The field to be sorted. Supported: Id, Name, CreatedDateTime.

descending
string

The direction to sort the results. Set to true to sort in descending order.

skip
string

The number of records to skip. Default = 0.

take
string

The number of records to take. Default = 10.

Response

OK

list
object[]

The page of records matching the request.

total
string

The total number of records matching the request, across all pages. Use it with skip and take to page through the results.

Last modified on August 11, 2026