Sign in

List managers

documented

List all managers assigned to a widget (or account, with widget_id).

GET /api/v1/external/managers/allManagersno 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://core.callpage.io/api/v1/external/managers/all?widget_id={{$widget_id}}&offset={{$offset}}&limit={{$limit}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: {{CALLPAGE_API_KEY}}" \
  -H "Content-Type: application/json"
List managers · CallPage · OpenIntegrations