Required Scopes
This API requires one of the following scopes:content
Body
The post title and the internal name of the blog post
The id of the blog that this post belongs to
The integer id of the blog author
The HTML of the main post body
The summary of the blog post that will appear on the main listing page
A description that goes in meta tag on the page
The URL of the image that the post will use as the featured image
Custom HTML for embed codes, javascript, etc. that goes in the head tag
Custom HTML for embed codes, javascript that should be placed before the body tag
The guid of the marketing campaign this post is associated with
The name of the marketing campaign this post is associated with
The date the blog post is to be published at in milliseconds since the unix epoch
Set this to true if you want to ignore the publish_date setting and set this blog post's publish date when the schedule publish endpoint is called
The path of the URL on which the post will live
A json list of topic ids from the topics API
A JSON list of keywords and their GUIDs
Controls whether or not the blog post should use the featured image
A data structure containing the data for all the modules for this post
Response
Blog post created
The internal name of the blog post
The path of the URL on which the post will live
The id of the blog that this post belongs to
The integer id of the blog author
The HTML of the main post body
The summary of the blog post that will appear on the main listing page
A description that goes in meta tag on the page
The URL of the featured image
Custom HTML for embed codes, javascript, etc. that goes in the head tag
Custom HTML for embed codes, javascript that should be placed before the body tag
The guid of the marketing campaign this post is associated with
The name of the marketing campaign this post is associated with
The current state of the blog post
DRAFT, PUBLISHED, SCHEDULED The date the blog post is to be published at in milliseconds since the unix epoch
Set this to true if you want to be published immediately when the schedule publish endpoint is called
When the post was first created, in milliseconds since the epoch
When the post was last updated, in milliseconds since the epoch
When the post was deleted, in milliseconds since the epoch
True if the post is still a draft, invisible to the public
The full URL with domain and scheme to the blog post
The published URL of the blog post
A json list of topic ids from the topics API
A JSON list of keywords and their GUIDs
Controls whether or not the blog post should use the featured image
A data structure containing the data for all the modules for this post