curl --request GET \
--url https://api.app.hrizn.io/v1/public/site/content-types \
--header 'X-API-Key: <api-key>'{
"data": {
"content_types": [
{
"id": "<string>",
"label": "<string>"
}
]
}
}curl --request GET \
--url https://api.app.hrizn.io/v1/public/site/content-types \
--header 'X-API-Key: <api-key>'{
"data": {
"content_types": [
{
"id": "<string>",
"label": "<string>"
}
]
}
}Your Hrizn API key (prefix hzk_)