curl --request GET \
--url https://api.app.hrizn.io/v1/public/content/published \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"article_type": "basic",
"status": "published",
"slug": "<string>",
"date": "2023-11-07T05:31:56Z",
"published_at": "2023-11-07T05:31:56Z",
"featured_image": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"has_more": true,
"next_cursor": "<string>",
"total_count": 123
}
}Returns a paginated list of content with posting_status of published or scheduled.
curl --request GET \
--url https://api.app.hrizn.io/v1/public/content/published \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"article_type": "basic",
"status": "published",
"slug": "<string>",
"date": "2023-11-07T05:31:56Z",
"published_at": "2023-11-07T05:31:56Z",
"featured_image": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"has_more": true,
"next_cursor": "<string>",
"total_count": 123
}
}Your Hrizn API key (prefix hzk_)
Number of results per page
1 <= x <= 100Base64-encoded pagination cursor
Filter by posting status. Omit to return both.
published, scheduled Paginated list of published content
Hide child attributes
basic, qa, expert, modellanding, comparison, salesevent, enhancedcontent, emailtemplate Posting status
published, scheduled URL slug
Publish or scheduled date (ISO 8601, UTC)
Timestamp when first published (ISO 8601, UTC)
Fully-resolved featured image URL