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

# Fetch Blog Author

`GET /blogs/authors/{id}`

Retrieve a blog author.

## Path parameters

- `id` string, required

## Response `200`

OK

- BlogsAuthorAttributes — Blog Authors
  - `id` integer, required — Author ID
  - `public_id` string, required — The public identifier of the author
  - `blog_id` integer, required — Blog ID that the author belongs to
  - `first_name` string, nullable, required — Author first name
  - `last_name` string, nullable, required — Author last name
  - `email_address` string, nullable, required — Author email address
  - `image_id` integer, nullable, required — ID of the author's profile image
  - `created_at` string, date-time, required — Created at
  - `updated_at` string, date-time, required — Updated at
  - `full_name` string, nullable, required — The author's full name
  - `display_name` string, nullable, required — The author's display name
  - `image_url` string, nullable, required — The URL of the author's profile image

## Other responses

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

---

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