get https://www.keycafe.com/v0/group
Retrieve data for multiple groups with a GET request to the endpoint.
You can search by organization ID to retrieve all groups associated with the specified organization:
curl -u '[email protected]:{password}' https://www.keycafe.com/v0/group?organization=123456 -H "Accept: application/json"
Omitting search parameters returns all groups.
Results are limited to 50 per page, with additional pages available via the Link response header:
Link: <https://www.keycafe.com/v0/group?organization=123456&page=2>; rel="next", <https://www.keycafe.com/v0/group?organization=123456&page=5>; rel="last"