Skip to main content
GET
/
posts
/
{postId}
/
engagements
List for a post
curl --request GET \
  --url https://app.tryordinal.com/api/v1/posts/{postId}/engagements \
  --header 'Authorization: Bearer <token>'
{
  "engagements": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440800",
      "channel": "LinkedIn",
      "type": "Like",
      "profileId": "550e8400-e29b-41d4-a716-446655440001",
      "copy": null,
      "delaySeconds": 0,
      "reactionType": "Celebrate"
    },
    {
      "id": "550e8400-e29b-41d4-a716-446655440801",
      "channel": "LinkedIn",
      "type": "Comment",
      "profileId": "550e8400-e29b-41d4-a716-446655440002",
      "copy": "Great insights! Check out our guide for more details: https://example.com/guide",
      "delaySeconds": 300
    }
  ]
}

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

Post ID (UUID)

Response

List of engagements

engagements
object[]