There's a new version of the HubSpot API

As of November 30, 2022, HubSpot API keys are no longer a supported authentication method for accessing HubSpot APIs. Instead, you should use a private app access token or OAuth to authenticate API calls. Learn more about this change and how to migrate an API key integration to use a private app instead.

List previous versions of the blog

Last updated May 31, 2023

GET /content/api/v2/blogs/:blog_id/versions

Method Details

HTTP Methods:

GET

Response Format:

json

Requires Authentication?

Yes

Rate Limited?

Yes

Headers

User-Agent

Products:

Marketing

Get the previous revisions of the settings for a specific blog.

Required Parameters How to use Description
OAuth access token or private app access token Authorization: Bearer {token} header Used to authenticate the request. Please see this page for more details about authentication.
blog_id Used in the request URL Unique identifier for a particular blog

Example Usage and Result

Hit this URL with a HTTP method of GET  https://api.hubapi.com/content/api/v2/blogs/351076997/versions

JSON Fields returned in the response

Parameter name Type Description
allow_comments boolean Are comments enabled for the blog
archived_at long When the post was deleted, in milliseconds since the epoch. Zero if the blog post was never deleted. Use a DELETE request to delete the post, do not set this directly.
created long When the post was first created, in milliseconds since the epoch
html_title string The title in the <title> attribute of the page, shows up in the browsers title bar and as the title in Google search results
name string The internal name of the blog
public_title string The header of the blog
root_url string The full URL with domain and scheme to the blog post
slug string The path of the URL on which the post will live. Changing this will change the URL.
updated long When the post was last updated, in milliseconds since the epoch