Blogs::Category
Fetch Blog Category
Retrieve a blog category.
get/blogs/categories/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "cAbCdE",
"blog_id": 1,
"name": "Tutorials",
"current_path": "/blog/category/tutorials",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z",
"url": "https://myworkspace.myclickfunnels.com/blog/category/tutorials"
}