Sign in

Filter groups

documented

Filter groups by a substring (v2).

GET /api/v2/organizations/{org_id}/groups.json?filter={term}Groupsno 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://api.devicemagic.com/organizations/{{$org_id}}/groups.json?filter={{$query}}&page={{$page}}&limit={{$limit}}" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{DEVICEMAGIC_API_KEY}}"