List groups
GET https://desk-api-{{APP_ID}}.sendbird.com/platform/v1/groups
List groups
Retrieves a list of groups in the application.
For more information, visit:
https://sendbird.com/docs/desk/v1/platform-api/guides/group#2-list-groups
URL Parameters
Required
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | OPTIONAL: Specifies the number of results to return per page. Acceptable values are 1 to 500, inclusive. (Default: 50) | |
offset | string | OPTIONAL: Specifies the number of results to skip before retrieving the next page in the result set. This is used to adjust the starting index of the next page. (Default: 0) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
SENDBIRDDESKAPITOKEN | string |