GET /v1/:organizationId/posts/:postId
Returns a single post for the given organization.
Path Params
Required organization ID.
Required post ID.
Get a specific post by ID.
GET /v1/:organizationId/posts/:postId
Returns a single post for the given organization.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.usenotra.com/v1/YOUR_ORGANIZATION_ID/posts/YOUR_POST_ID"
{
"post": {
"id": "YOUR_POST_ID",
"title": "February 12-19, 2026 Release",
"content": "<p>This week brought meaningful improvements to organization management, scheduling, and mobile responsiveness.</p><h2>Highlights</h2><h3>Organization membership unification with server validation</h3><p>Leave and delete operations now use consistent, validated server logic with atomic operations to prevent race conditions on concurrent requests.</p>",
"markdown": "This week brought meaningful improvements to organization management, scheduling, and mobile responsiveness.\n\n## Highlights\n\n### Organization membership unification with server validation\nLeave and delete operations now use consistent, validated server logic with atomic operations to prevent race conditions on concurrent requests.",
"contentType": "changelog",
"createdAt": "2026-02-19T11:32:54.082Z",
"updatedAt": "2026-02-19T11:32:54.082Z"
}
}
{
"post": {
"id": "YOUR_POST_ID",
"title": "February 12-19, 2026 Release",
"content": "<p>This week brought meaningful improvements to organization management, scheduling, and mobile responsiveness.</p><h2>Highlights</h2><h3>Organization membership unification with server validation</h3><p>Leave and delete operations now use consistent, validated server logic with atomic operations to prevent race conditions on concurrent requests.</p>",
"markdown": "This week brought meaningful improvements to organization management, scheduling, and mobile responsiveness.\n\n## Highlights\n\n### Organization membership unification with server validation\nLeave and delete operations now use consistent, validated server logic with atomic operations to prevent race conditions on concurrent requests.",
"contentType": "changelog",
"createdAt": "2026-02-19T11:32:54.082Z",
"updatedAt": "2026-02-19T11:32:54.082Z"
}
}