Get manager
documentedGet a manager by user_id and widget_id.
GET /api/v1/external/managers/getManagersno 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://core.callpage.io/api/v1/external/managers/get?widget_id={{$widget_id}}&user_id={{$user_id}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: {{CALLPAGE_API_KEY}}"