cURL
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" } ] }
List all slack boosts for a specific post in the current workspace.
API key authentication. Generate an API key from your workspace settings.
The ID of the post to list slack boosts for
List of slack boosts for the post
Show child attributes
Was this page helpful?