curl --request GET \
--url https://api.app.hrizn.io/v1/public/site/content-disclaimers \
--header 'X-API-Key: <api-key>'{
"data": {
"content_disclaimers": [
{
"id": "<string>",
"label": "<string>",
"text": "<string>",
"content_types": [
"<string>"
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"updated_at": "2023-11-07T05:31:56Z"
}
}Returns all content disclaimers configured for the site.
curl --request GET \
--url https://api.app.hrizn.io/v1/public/site/content-disclaimers \
--header 'X-API-Key: <api-key>'{
"data": {
"content_disclaimers": [
{
"id": "<string>",
"label": "<string>",
"text": "<string>",
"content_types": [
"<string>"
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"updated_at": "2023-11-07T05:31:56Z"
}
}Your Hrizn API key (prefix hzk_)
Content disclaimers
Hide child attributes