Sign in

List categories for contact

documented

Load all categories associated with a given contact.

GET /Services.svc/Contacts/{emailOrId}/CategoriesContactsno 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/Contacts/{{$emailOrId}}/Categories?isSubscribed={{isSubscribed}}" \
  -X GET \
  -H "username: {{DELIVRA_USERNAME}}" \
  -H "password: {{DELIVRA_SECRET}}" \
  -H "listname: {{$listname}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List categories for contact · Delivra · OpenIntegrations