Retrieve information of all the organization’s active team groups.
cURL
curl --request GET \ --url https://app.staging.sendo.so/api/v3/groups \ --header 'Authorization: Bearer <token>'
{ "current_page": 1, "per_page": 1, "total_groups": 20, "groups": [ { "id": 1234, "budget": 50, "created_at": "2020-05-01T13:53:05.000-07:00", "monthly_budget": "50000", "name": "Field Marketing", "one_time_budget": 0, "rollover": true, "team_id": 5678, "updated_at": "2022-09-26T11:49:50.000-07:00" } ] }
Hide team_group
ISO 8601