Skip to main content
GET
/
slack-webhooks
List slack webhooks
curl --request GET \
  --url https://app.tryordinal.com/api/v1/slack-webhooks \
  --header 'Authorization: Bearer <token>'
{
  "slackWebhooks": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440920",
      "channelName": "marketing-boost",
      "teamName": "Acme Corp",
      "teamIconUrl": "https://example.com/team-icon.png",
      "notifyByDefault": true,
      "createdAt": "2026-01-10T09:00:00.000Z",
      "updatedAt": "2026-01-14T16:20:00.000Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tryordinal.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Response

List of Slack webhooks

slackWebhooks
object[]