Skip to main content
GET
Get Blog

Get Blog

Returns a single blog by its ID.

Request

Requires the read_content scope.

Path Parameters

string
required
The unique blog ID

Response

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

Example Response

Error Codes