For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get contacts for category and account

Gets contacts for a category and account.

get

Returns contacts configured to receive notifications when all conditions are met: the category is published, the subscriber is enabled, and the user is set as a recipient. Use filter(group.buyers.id,BUY-XXXX) to filter by buyer visibility.

Path parameters
accountIdstringRequired

The Account ID.

categoryIdstringRequired

The Category ID.

Responses
200

OK

application/json
get
/public/v1/notifications/accounts/{accountId}/categories/{categoryId}/contacts

Last updated

Was this helpful?