GET

List Blog Post Candidates


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a list of blog post candidates for a content plan flow.

Omit contentPlanFlowId to read the site's most recent successful flow. A site whose flows are all still running, failed, or canceled returns a not found error.

Omit paging to return every candidate in a single response. When paging is present, limit accepts 1 to 100 and defaults to 50.

Results are sorted by the order the content plan assigns them, then by descending keyword score. The sort isn't configurable.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
View SEO Settings
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/seo-content-plan-service/v1/content-plan-flows/{contentPlanFlowId}/blog-post-candidates

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?