List profile segment contacts
Retrieve contacts associated with a specific segment for a given profile.
This endpoint allows you to fetch and filter contacts that belong to a particular segment, identified by its UUID, scoped to a specific profile.
Path parameters
Profile uuid parameter
Segment uuid parameter
Query parameters
Page number
Number of items per page
Response
Success response
Example response
{
"data": [
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "John",
"surname": "Doe",
"email": "john.doe@example.com",
"subscription_status": "subscribed",
"subscribed_at": "2023-01-01T00:00:00Z",
"source": "sync",
"note": "VIP customer"
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"total": 100
}
}Changes
Changed in 3 of the 88 revisions of this API.161
- ●
added the new
apienum value to thedata/items/sourceresponse property for the response status200response-property-enum-value-added
- ●
added the new
checkoutenum value to thedata/items/sourceresponse property for the response status200response-property-enum-value-added
- ●
added the new
confirmedenum value to thedata/items/subscription_statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
formenum value to thedata/items/sourceresponse property for the response status200response-property-enum-value-added
- ●
added the new
horizonsenum value to thedata/items/sourceresponse property for the response status200response-property-enum-value-added
- ●
added the new
pendingenum value to thedata/items/subscription_statusresponse property for the response status200response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 124 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲