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.Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
| Endpoint | Path |
|---|---|
| Retrieve all blog authors | GET /blogs/v3/blog-authors |
| Get a blog author by ID | GET /blogs/v3/blog-authors/{author_id} |
| Search blog authors | GET /blogs/v3/blog-authors/search |
| Create a blog author | POST /blogs/v3/blog-authors |
| Update a blog author | PUT /blogs/v3/blog-authors/{author_id} |
| Delete a blog author | DELETE /blogs/v3/blog-authors/{author_id} |