Blogs::Tag
Fetch Blog Tag
Retrieve a blog tag.
get/blogs/tags/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "tAbCdE",
"blog_id": 1,
"name": "beginner",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}