Get Groups

GET {{baseUrl}}/groups?limit=<>&offset=<>

List all Groups

Page through a list of all your groups. You can specify the maximum number of results to be retuned, and from which result to start.

Request Params

KeyDatatypeRequiredDescription
limitstringThe maximum number of records to load. Default is 30. The value should be greater than 0. Must be greater than 0.
offsetstringThe number of records to skip. Default is 0.