blogs
retrieve a single blog post
get/blogs/{blogId}
Path parameters
blogIdinteger required
Response
Successful response
Example response
{
"status": "success",
"status_code": 200,
"message": "Blog post retrieved successfully.",
"data": {
"title": "New Blog Post",
"content": "This is the content of the new blog post",
"image_url": "http://image.com",
"category": "Tech"
}
}