List chat channels
Returns a paginated list of chat channels within a specific company, with optional filtering by product.
Required permissions:
- chat:read
Query parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
The unique identifier of a product to filter by. When set, only chat channels connected to this product are returned.
The unique identifier of the company to list chat channels for.
Response
A successful response
Example response
{
"data": [
{
"experience": {
"id": "exp_xxxxxxxxxxxxxx",
"name": "Trading Signals Chat"
},
"user_posts_cooldown_seconds": 42
}
]
}Changes
Changed in 1 of the 74 revisions of this API.11
- ▲
added the new required
queryrequest parameteraccount_idnew-required-request-parameter
- ●
deleted the
queryrequest parametercompany_idrequest-parameter-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 74 revisions, 1 has no diff computed.