List categories
documentedList all categories for the current account.
GET /Services.svc/CategoriesCategoriesno 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/Categories?Username={{$delivra_username}}&Password={{$delivra_password}}&Listname={{$delivra_listname}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Basic {{$delivra_secret}}"