Channels
Get channel
Activities
Channels
Get channel
GET
/
v1
/
channels
/
{channel_id}
curl --request GET \
--url https://api.useconquest.com/v1/channels/{channel_id} \
--header 'Authorization: Bearer <token>'
{
"channel": [
{
"id": "cm5fkwwup0006dntb34yzw7dd",
"external_id": "C07QZEDCW7P",
"name": "General Chat",
"slug": "general-chat",
"source": "Slack",
"workspace_id": "cm5fkwwup0006dntb34yzw7dd",
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-01T00:00:00Z"
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Successful response
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"C07QZEDCW7P"
Example:
"General Chat"
Example:
"general-chat"
Example:
"Slack"
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"2025-01-01T00:00:00Z"
Example:
"2025-01-01T00:00:00Z"
curl --request GET \
--url https://api.useconquest.com/v1/channels/{channel_id} \
--header 'Authorization: Bearer <token>'
{
"channel": [
{
"id": "cm5fkwwup0006dntb34yzw7dd",
"external_id": "C07QZEDCW7P",
"name": "General Chat",
"slug": "general-chat",
"source": "Slack",
"workspace_id": "cm5fkwwup0006dntb34yzw7dd",
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-01T00:00:00Z"
}
]
}