List groups (v1)
documentedList groups for an organization (v1).
GET /organizations/{org_id}/groupsGroupsno 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://api.devicemagic.com/organizations/{{$org_id}}/groups" \
-X GET \
-u "{{DEVICEMAGIC_API_TOKEN}}:x" \
-H "Accept: application/json" \
-H "Content-Type: application/json"