Skip to main content
GET
/
site
/
marketing
List marketing artifacts
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/site/marketing \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "marketing": [
      {
        "id": "b2f95b26-ecc7-436c-86b4-9bd0e3694d88",
        "type": "evergreen",
        "description": "2 Oil Change and Tire Rotations for $144.00 up to 7 quarts, (Diesel Excluded)",
        "created_at": "2025-08-01T17:21:52.492779+00:00",
        "updated_at": "2025-08-01T17:21:52.492779+00:00"
      },
      {
        "id": "14139f00-b281-4dc1-9f3b-c7bbcae7a24f",
        "type": "why_buys",
        "description": "Buying a new or pre-owned vehicle is as easy as heading to Empire Chevrolet of Huntington...",
        "created_at": "2025-05-26T16:43:33.78039+00:00",
        "updated_at": "2025-05-26T16:43:33.78039+00:00"
      }
    ]
  }
}
Returns all marketing artifacts (evergreen messages, why-buy reasons, and custom USPs). These are used by the AI to weave dealership-specific selling points into generated content. Scope required: site:read
{
  "data": {
    "marketing": [
      {
        "id": "b2f95b26-ecc7-436c-86b4-9bd0e3694d88",
        "type": "evergreen",
        "description": "2 Oil Change and Tire Rotations for $144.00 up to 7 quarts, (Diesel Excluded)",
        "created_at": "2025-08-01T17:21:52.492779+00:00",
        "updated_at": "2025-08-01T17:21:52.492779+00:00"
      },
      {
        "id": "14139f00-b281-4dc1-9f3b-c7bbcae7a24f",
        "type": "why_buys",
        "description": "Buying a new or pre-owned vehicle is as easy as heading to Empire Chevrolet of Huntington...",
        "created_at": "2025-05-26T16:43:33.78039+00:00",
        "updated_at": "2025-05-26T16:43:33.78039+00:00"
      }
    ]
  }
}
Returns an empty marketing array if no marketing artifacts have been configured for the site.

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Response

Marketing artifacts

data
object
Last modified on March 1, 2026