Skip to main content
GET
/
orgs
/
{org_id}
/
notifications
/
channels
List notification channels for the org
curl --request GET \
  --url https://api.timbal.ai/orgs/{org_id}/notifications/channels \
  --header 'Authorization: Bearer <token>'
{
  "channels": [
    {
      "config": {},
      "id": 123,
      "type": "email",
      "name": "<string>"
    }
  ]
}
All notification channels for the org. Any org member may call.

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required

Response

Channels for the org

channels
object[]
required