List bots
GET https://desk-api-{{APP_ID}}.sendbird.com/platform/v1/bots
List bots
Retrieves a list of bots registered in the application.
For more information, visit:
https://sendbird.com/docs/desk/v1/platform-api/guides/bot#2-list-bots
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 |