1. Home
  2. Docs
  3. Managers
  4. API Documentation
  5. Per-endpoint help

Per-endpoint help

Published 26 January 2026, Updated 26 January 2026

  • /{resource}/help lists available actions for the resource.
  • /{resource}/{action}/help returns payload templates, field maps, notes, and sample responses.

Example: /api/v1/prod/users/list/help

Using /help endpoints

Use the direct help URLs to see the exact payload shape and allowed fields for each endpoint.

Direct links:

  • /api/v1/prod/users/help
  • /api/v1/prod/users/list/help
  • /api/v1/prod/users/add/help
  • /api/v1/prod/aircrafts/help
  • /api/v1/prod/aircrafts/list/help
  • /api/v1/prod/aircrafts/add/help
  • /api/v1/prod/sched/help
  • /api/v1/prod/sched/list/help

Notes:

  • Replace {env} (here prod) with your configured environment.
  • Use /{resource}/help first to discover actions, then open the /{resource}/{action}/help URL directly.
Was this article helpful to you? Yes No