Skip to main content
GET
Get a single post

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer API_KEY.

Path Parameters

postId
string
required
Minimum string length: 1
Pattern: ^[A-Za-z0-9_-]{1,100}$
Example:

"post_123"

Response

Post fetched successfully

organization
object
required
post
object | null
required
Last modified on July 17, 2026