Skip to main content
GET
/
blogs
/
v3
/
blog-authors
List blog authors
curl --request GET \
  --url https://api.hubapi.com/blogs/v3/blog-authors
{
  "total": 1,
  "objects": [
    {
      "id": 284839243,
      "portal_id": 62515,
      "full_name": "Hub Spot",
      "email": "testapi@hubspot.com",
      "username": "testapi@hubspot.com",
      "slug": "hub-spot",
      "bio": "Marketing specialist at HubSpot",
      "avatar": "",
      "website": "https://hubspot.com",
      "twitter": "@hubspot",
      "linkedin": "hubspot",
      "facebook": "hubspot",
      "created": 1377856983000,
      "updated": 1377856983000
    }
  ],
  "limit": 20,
  "offset": 0
}

Required Scopes

This API requires one of the following scopes:
  • content

Query Parameters

limit
integer
default:20
Required range: x <= 300
offset
integer
default:0
created
integer
updated
integer
full_name
string
email
string
slug
string

Response

200 - application/json

A list of blog authors.

objects
object[]
total
integer
limit
integer
offset
integer