GET /users/me/subscriptions
Get all channels that the user is subscribed to.
Servers
- https://{subdomain}.zulipchat.com/api/v1
- {server}/api/v1
- https://chat.zulip.org/api/v1
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
include_subscribers |
String | No |
Whether each returned channel object should include a Client apps supporting organizations with many thousands of users
should not pass If a client passes The server guarantees that it will always return a Changes: The New in Zulip 2.1.0. Valid values:
Default value: "false" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.