curl --request GET \
--url https://api.app.hrizn.io/v1/public/reference/content-types \
--header 'X-API-Key: <api-key>'{
"data": {
"content_types": {
"basic": "Standard article",
"qa": "Q&A interview article",
"expert": "Expert opinion article",
"modellanding": "Model research page",
"comparison": "Vehicle comparison article",
"salesevent": "Sales event promotional page"
}
}
}
List all available content types
curl --request GET \
--url https://api.app.hrizn.io/v1/public/reference/content-types \
--header 'X-API-Key: <api-key>'{
"data": {
"content_types": {
"basic": "Standard article",
"qa": "Q&A interview article",
"expert": "Expert opinion article",
"modellanding": "Model research page",
"comparison": "Vehicle comparison article",
"salesevent": "Sales event promotional page"
}
}
}
{
"data": {
"content_types": {
"basic": "Standard article",
"qa": "Q&A interview article",
"expert": "Expert opinion article",
"modellanding": "Model research page",
"comparison": "Vehicle comparison article",
"salesevent": "Sales event promotional page"
}
}
}
/site returns additional types (enhancedcontent, socialpost, template) with a different response format (array of {id, label} objects).Your Hrizn API key (prefix hzk_)
All content types