Skip to main content
GET
/
site
/
content-types
List content types
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>"
      }
    ]
  }
}

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Response

Available content types

data
object
Last modified on March 1, 2026