Inbox
Comments
This endpoint allows you to read post comments from connected profiles and pages.
List Comments
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| postlogId | String | No | The social post ID. |
| network | String | No | The social network. Accepted values: Twitter, LinkedIn, Facebook, YouTube, Instagram |
Example Request
curl -i https://api.oktopost.com/v2/comments?network=TwitterExample Result
{
"Result": true,
"Data": [
{
"ProfileName": "Acme Inc",
"Date": "2019-06-17 11:53:46",
"CommentText": "Awesome, thanks!",
"CommentId": "0st000000000001",
"ActivityId": "act000000000001",
"Network": "Twitter",
"PostlogId": ""
}
]
}