Sign in

Get group details

documented

Retrieves details about a given segment and a list of up to 100 ambassadors.

POST /api/v2/{username}/{token}/json/group/get/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://getambassador.com/api/v2/{{$username}}/{{$token}}/json/group/get/" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"group_name": "{{$group_name}}", "include_subgroups": {{$include_subgroups}}, "pagination": {"page": {{$page}}, "limit": {{$limit}}}}'