Skip to main content
GET
/
slack-boosts
/
{id}
Get slack boost
curl --request GET \
  --url https://app.tryordinal.com/api/v1/slack-boosts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "slackBoost": {
    "id": "550e8400-e29b-41d4-a716-446655440910",
    "copy": "Our latest launch is live — help us amplify!",
    "isAutoCreated": false,
    "postId": "550e8400-e29b-41d4-a716-446655440300",
    "slackWebhook": {
      "id": "550e8400-e29b-41d4-a716-446655440920",
      "channelName": "marketing-boost",
      "teamName": "Acme Corp"
    },
    "createdAt": "2026-01-15T10:00:00.000Z",
    "updatedAt": "2026-01-15T10:00: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.

Path Parameters

id
string<uuid>
required

The unique identifier of the slack boost

Response

Slack boost details

slackBoost
object

A slack boost sends a Slack notification when its post publishes