Skip to main content
GET
/
cms
/
v3
/
blog-settings
/
settings
cURL
curl --request GET \
  --url https://api.hubapi.com/cms/v3/blog-settings/settings \
  --header 'Authorization: Bearer <token>'
{
  "total": 123,
  "paging": {
    "next": {
      "link": "",
      "after": ""
    }
  },
  "results": [
    {
      "created": "2023-11-07T05:31:56Z",
      "absoluteUrl": "<string>",
      "description": "<string>",
      "language": "af",
      "translatedFromId": "<string>",
      "publicAccessRules": [
        {}
      ],
      "publicTitle": "<string>",
      "allowComments": true,
      "deletedAt": "2023-11-07T05:31:56Z",
      "htmlTitle": "<string>",
      "publicAccessRulesEnabled": true,
      "name": "<string>",
      "id": "<string>",
      "updated": "2023-11-07T05:31:56Z",
      "slug": "<string>"
    }
  ]
}

Supported products

Requires one of the following products or higher.
Marketing HubMarketing Hub -Professional
Sales HubSales Hub -Free
Service HubService Hub -Free
Content HubContent Hub -Starter
This API requires one of the following scopes:
content

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

createdAt
string<date-time>
createdAfter
string<date-time>
createdBefore
string<date-time>
updatedAt
string<date-time>
updatedAfter
string<date-time>
updatedBefore
string<date-time>
sort
string[]
after
string
limit
integer
archived
boolean

Response

successful operation

Response object for collections of blogs with pagination information.

total
integer
required

Total number of blogs.

results
object[]
required

Collection of blogs.

paging
object

Model definition for forward paging.