Sign in

List groups

documented

Retrieves a list of and details about your company's segments.

GET /api/v2/{username}/{token}/json/group/all/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/all/" -X GET -H "Accept: application/json" -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -H "Content-Type: application/json"