Skip to main content
GET
Get segment contacts

Authorizations

Authorization
string
header
required

API key authentication. Use your API key as the bearer token.

Path Parameters

id
string<uuid>
required
Example:

"123e4567-e89b-12d3-a456-426614174000"

Query Parameters

limit
string

Maximum number of contacts to return (default: 100, max: 1000)

Example:

"100"

offset
string

Number of contacts to skip for pagination

Example:

"0"

Response

Paginated list of contacts in the segment

contacts
object[]
required
total
integer
required

Total number of contacts in the segment

Example:

150

limit
integer
required
Example:

100

offset
integer
required
Example:

0