GET/v1/preferenceflowreport/preferences/{prefId}/contacts

Get preferences contacts

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

prefIdstringrequired

Query parameters

searchstring
pageinteger (int32)default 1
pageSizeinteger (int32)default 50

Responses

contactsarray of objectContactFlowItemDtonullable
channelsstringnullable
emailAddressstringnullable
frequenciesstringnullable
sourcestringnullable
valuestringnullable
totalCountinteger (int32)
valueDistributionarray of objectValueDistributionPointnullable
countinteger (int32)
valuestringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/preferenceflowreport/preferences/00000000-0000-0000-0000-000000000000/contacts' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'