v1

latestOpenAPI 3.1.0MIT2026-07-243952451019.0 KB
Blogs::Category

Fetch Blog Category

Retrieve a blog category.

get/blogs/categories/{id}

Path parameters

idstring required

Response

OK

idinteger required

Category ID

public_idstring required

The public identifier of the category

blog_idinteger required

Blog ID that the category belongs to

namestring required

Category name

current_pathstring nullable required

The current path of the category

created_atstring date-time required

Created at

updated_atstring date-time required

Updated at

urlstring nullable required

The full public URL of the category

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"
}