Back
Get Post
GET/posts/{post_id}
Authorization
AuthorizationBearer <token>
API key authentication - use your API key as a Bearer token
In: headerRequest Body
Response Body
> 200application/json
// GET /posts/{post_id}
// See cURL example for request shape.{
"id": "post_123",
"status": "scheduled",
"createdAt": "2026-03-25T10:00:00Z",
"updatedAt": "2026-03-25T10:00:00Z",
"platforms": [],
"media": []
}