CMS
English
cURL
curl --request GET \ --url https://api.hubapi.com/cms/v3/blog-settings/settings/{blogId} \ --header 'Authorization: Bearer <token>'
{ "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>" }
Retrieve the Blog object identified by the id in the path.
content
The access token received from the authorization server in the OAuth 2.0 flow.
The Blog id.
successful operation
The response is of type object.
object
Was this page helpful?