Sign in

List groups

documented

Return info about all groups in the caller's business.

GET /api/get_all_groupsGroupsno 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://{{$base_url}}/api/get_all_groups?api_key={{CYPHERLEARNING_API_KEY}}&page={{$page}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"