GET
/
api
/
v1
/
slack
/
channels
{
  "results": [
    {
      "name": "<string>",
      "id": "<string>"
    }
  ],
  "status": "ok"
}

Query Parameters

Response

200
application/json
Success
status
enum<string>
required
Available options:
ok
results
object[]