Skip to main content
GET
/
projects
/
{project_reference}
/
channels
/
slack
/
conversations
List Slack Channels
curl --request GET \
  --url https://api.veryfront.com/projects/{project_reference}/channels/slack/conversations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "is_private": true,
      "is_archived": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required

Query Parameters

query
string
Maximum string length: 255
limit
integer
default:100
Required range: 0 < x <= 200

Response

Slack channels

data
object[]
required