cURL
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 } ] }
List all engagements (likes, comments, reposts) configured for a specific post
API key authentication. Generate an API key from your workspace settings.
Post ID (UUID)
List of engagements
Show child attributes
Was this page helpful?