List target files
GET https://api-{application_id}.notifications.sendbird.com/v1/storage/targets_files?token&limit
List users for Calls
Retrieves a list of Calls users in your Sendbird application.
For more information, visit:
https://sendbird.com/docs/calls/v1/platform-api/guides/user#2-list-users-for-calls
URL Parameters
Required
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
token | null | Specifies a page token that indicates the starting index of results to retrieve. If not specified, the index is set to 0. | |
limit | null | Specifies the number of results to return per page. Acceptable values are 1 to 100, inclusive. (Default: 100) | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string |