Blogs::Author
Fetch Blog Author
Retrieve a blog author.
get/blogs/authors/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "aAbCdE",
"blog_id": 1,
"first_name": "Jane",
"last_name": "Smith",
"email_address": "jane@example.com",
"image_id": 42,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z",
"full_name": "Jane Smith",
"display_name": "Jane Smith",
"image_url": "https://example.myclickfunnels.com/uploads/image/42/file/example.jpg"
}