Posts
Get post details and status
Retrieve the details, platform statuses, and posted IDs for a post group.
get/get-post/{postGroupId}
Path parameters
postGroupIdstring required
Headers
x-publora-user-idstring
Response
Post details
Example response
{
"success": true,
"scheduledTime": "2026-03-01T14:00:00.000Z",
"platformSettings": {
"youtube": {
"privacy": "public",
"madeForKids": false
}
},
"platforms": [
"twitter-123456789",
"linkedin-ABC123"
],
"posts": [
{
"platform": "twitter",
"platformId": "123456789",
"content": "Hello from Publora API!",
"status": "published",
"postedId": "1234567890123456789",
"permalink": "https://x.com/publora/status/1234567890123456789"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.