List applications
Retrieves a list of applications.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Optional
Parameter name | Type | Description |
---|---|---|
limit | int | Specifies the number of results to retrieve per page. Acceptable values are |
offset | int | Specifies the number of results to skip when receiving a response. The value of |
region_key | string | Specifies the code of the region. Acceptable values are listed on Sendbird Dashboard under the account's Organization Settings > API Key. Only the owner of the organization can view the region keys. |
Response
If successful, this action returns a list of applications in the response body.
List of response properties
Property name | Type | Description |
---|---|---|
count | int | The total count of applications in an organization. |
previous | string | The URL to retrieve the previous page in a result set. |
next | string | The URL to retrieve the next page in a result set. |
results[] | array of objects | An array of applications. |
In the case of an error, an error object is returned. A detailed list of error codes is available here.