Skip to main content
The legacy blog-authors API provides CRUD access to blog author records in HubSpot. Blog authors can be associated with blog posts and display author information such as name, bio, and avatar.
Please note: this API has been replaced by the authors API. Use the authors API for new integrations — it includes batch operations and multi-language support. This page is a reference for existing integrations that currently use the legacy endpoints.

Endpoints

EndpointPath
Retrieve all blog authorsGET /blogs/v3/blog-authors
Get a blog author by IDGET /blogs/v3/blog-authors/{author_id}
Search blog authorsGET /blogs/v3/blog-authors/search
Create a blog authorPOST /blogs/v3/blog-authors
Update a blog authorPUT /blogs/v3/blog-authors/{author_id}
Delete a blog authorDELETE /blogs/v3/blog-authors/{author_id}
Last modified on March 30, 2026