List categories for contact
documentedLoad all categories associated with a given contact.
GET /Services.svc/Contacts/{emailOrId}/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/{{$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"