Sign in

List unsubscribed contacts in category (range)

documented

List unsubscribed contacts within a category for a date range.

GET /Services.svc/Categories/{categoryNameOrId}/Contacts/UnsubRangeCategoriesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://integration.delivra.com/DelivraRESTServices/Services.svc/Categories/{{$categoryNameOrId}}/Contacts/UnsubRange?startDate={{startDate}}&endDate={{endDate}}&pageSize={{pageSize}}&pageNumber={{pageNumber}}" \
  -X GET \
  -H "username: {{DELIVRA_USERNAME}}" \
  -H "password: {{DELIVRA_PASSWORD}}" \
  -H "listname: {{DELIVRA_LISTNAME}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"