Skip to main content
GET
/
site
/
elements
List site elements
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/site/elements \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "elements": [
      {
        "id": "<string>",
        "type": "<string>",
        "content": "<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_)

Query Parameters

type
string

Filter by element type

Response

Site elements

data
object
Last modified on March 1, 2026