Sign in

List Categories

documented

List all categories.

GET /v1/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://docsapi.helpscout.net/v1/collections/{{$collection_id}}/categories?page={{$page}}&sort={{$sort}}&order={{$order}}" \
  -u "{{HELPSCOUT_API_KEY}}:X" \
  -X GET \
  -H "Accept: application/json"