Skip to main content
GET
/
posts
/
{postId}
/
slack-boosts
List post's slack boosts
curl --request GET \
  --url https://app.tryordinal.com/api/v1/posts/{postId}/slack-boosts \
  --header 'Authorization: Bearer <token>'
{
  "slackBoosts": [
    {
      "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

postId
string<uuid>
required

The ID of the post to list slack boosts for

Response

List of slack boosts for the post

slackBoosts
object[]