List categories for multiple contacts
documentedLoad all categories associated with the given contacts.
GET /Services.svc/Contacts/CategoriesContactsno implementation yet0 runsNo 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/Categories?isSubscribed={{$is_subscribed}}&contactIDs={{$contact_ids}}" \
-X GET \
-H "username: {{DELIVRA_USERNAME}}" \
-H "password: {{DELIVRA_PASSWORD}}" \
-H "listname: {{DELIVRA_LISTNAME}}" \
-H "Accept: application/json"