Skip to main content
GET
/
content
/
{id}
/
components
Get all components
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/content/{id}/components \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "components": [
      {
        "id": "<string>",
        "type": "body",
        "content": {},
        "metadata": {},
        "status": "<string>",
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z"
      }
    ]
  }
}

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

id
string<uuid>
required

Content ID

Response

All content components

data
object
Last modified on March 1, 2026