Sign in

Get groups by IDs

documented

Return info for specified groups.

GET /api/get_groups_with_idsGroupsno 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://{{$domain}}/api/get_groups_with_ids?api_version=1.0&api_key={{CYPHERLEARNING_API_KEY}}&group_ids[]={{$group_id}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"