Skip to main content
GET
Get Blog

Get Blog

Returns a single blog by its ID.

Request

Requires the read_content scope.

Path Parameters

id
string
required
The unique blog ID

Response

The response uses the standard envelope. The blog object is returned under data.blog.
status
integer
HTTP status code (e.g. 200)
state
string
Result state, e.g. success
message
string
Optional message, null on success
data
object
Wrapper object containing the blog

Example Response

Error Codes

CodeDescription
UNAUTHORIZEDInvalid or missing access token
FORBIDDENApp doesn’t have read_content scope
NOT_FOUNDBlog with the specified ID does not exist