Inbox
Comments
This endpoint allows you to read post comments from connected profiles and pages.
This endpoint is deprecated. Use the Conversation Timeline endpoint to retrieve conversation activity including comments, replies, and notes.
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": ""
}
]
}Canned Responses
Canned responses are reusable reply templates that help your team respond to conversations quickly and consistently. Use these endpoints to list, retrieve, and create canned responses.
Leads
Leads are individuals that interact with your social content. Oktopost collects and stores leads' publicly available information. This endpoint can be used to list, get and delete leads.