---
title: "Fetch Blog Category"
method: GET
path: "/blogs/categories/{id}"
tags: ["Blogs::Category"]
---

# Fetch Blog Category

`GET /blogs/categories/{id}`

Retrieve a blog category.

## Path parameters

- `id` string, required

## Response `200`

OK

- BlogsCategoryAttributes — Blog Categories
  - `id` integer, required — Category ID
  - `public_id` string, required — The public identifier of the category
  - `blog_id` integer, required — Blog ID that the category belongs to
  - `name` string, required — Category name
  - `current_path` string, nullable, required — The current path of the category
  - `created_at` string, date-time, required — Created at
  - `updated_at` string, date-time, required — Updated at
  - `url` string, nullable, required — The full public URL of the category

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.dev/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
