cURL
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" } ] }
List all Slack webhooks (connected marketing boost channels) for the current workspace. Use an id from this list as slackWebhookId when creating a slack boost.
id
slackWebhookId
API key authentication. Generate an API key from your workspace settings.
List of Slack webhooks
Show child attributes
Was this page helpful?