Sign in

List blog authors

documented

List blog authors for blogs.

GET /cms/v3/blogs/authorsCMSno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.hubapi.com/cms/v3/blogs/authors?limit={{$limit}}&after={{$after}}&archived={{$archived}}&createdAfter={{$createdAfter}}&createdAt={{$createdAt}}&createdBefore={{$createdBefore}}&updatedAfter={{$updatedAfter}}&updatedAt={{$updatedAt}}&updatedBefore={{$updatedBefore}}&property={{$property}}&sort={{$sort}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"