Sign in

List categories

documented

List all categories for the current account.

GET /Services.svc/CategoriesCategoriesno 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?Username={{$delivra_username}}&Password={{$delivra_password}}&Listname={{$delivra_listname}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Basic {{$delivra_secret}}"
List categories · Delivra · OpenIntegrations