Get post
GET
https://app-dev.jollor.com/api/public/v1/posts/{post_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://app-dev.jollor.com/api/public/v1/posts/{{post_id}}'
Response Response Example
{
"id": "653f8c7664e1adb4ec547d7a",
"provider": "facebook",
"is_incoming": false,
"_links": {
"self": {
"href": "/public/v1/posts/653f8c7664e1adb4ec547d7a"
},
"reply": {
"href": "/public/v1/post/653f8c7664e1adb4ec547d7a/replies"
},
"capabilities": {
"href": "/public/v1/posts/653f8c7664e1adb4ec547d7a/capabilities"
}
}
}
Request
Path Params
post_id
string
required
Example:
{{post_id}}
Responses
Modified at 2023-12-05 07:00:37