Skip to main content
GET
/
site
/
links
List site links
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/site/links \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "links": [
      {
        "id": "302f00df-1cbb-4cab-8014-141324596e92",
        "type": "new_vehicles_srp",
        "url": "https://www.shopempirechevrolet.com/VehicleSearchResults?search=new",
        "label": "New Vehicles",
        "created_at": "2025-01-27T20:32:43.639958+00:00",
        "updated_at": "2025-01-27T20:32:43.639958+00:00"
      },
      {
        "id": "642da1c4-7bb8-4524-b29b-04ecc164f3fd",
        "type": "used_vehicles_srp",
        "url": "https://www.shopempirechevrolet.com/VehicleSearchResults?search=preowned",
        "label": "Pre-Owned Vehicles",
        "created_at": "2025-01-27T20:32:43.639958+00:00",
        "updated_at": "2025-01-27T20:32:43.639958+00:00"
      },
      {
        "id": "fd8d75d6-7f99-48a5-9b2f-fc528ef7a0ce",
        "type": "service_scheduler",
        "url": "https://www.shopempirechevrolet.com/ServiceApptForm",
        "label": "Schedule Service",
        "created_at": "2025-01-27T20:32:43.639958+00:00",
        "updated_at": "2025-01-27T20:32:43.639958+00:00"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.hrizn.io/llms.txt

Use this file to discover all available pages before exploring further.

Returns all link elements configured for the site, such as SRP pages, service schedulers, credit applications, and custom links. These are used by the AI when generating content that references dealership pages. Scope required: site:read
{
  "data": {
    "links": [
      {
        "id": "302f00df-1cbb-4cab-8014-141324596e92",
        "type": "new_vehicles_srp",
        "url": "https://www.shopempirechevrolet.com/VehicleSearchResults?search=new",
        "label": "New Vehicles",
        "created_at": "2025-01-27T20:32:43.639958+00:00",
        "updated_at": "2025-01-27T20:32:43.639958+00:00"
      },
      {
        "id": "642da1c4-7bb8-4524-b29b-04ecc164f3fd",
        "type": "used_vehicles_srp",
        "url": "https://www.shopempirechevrolet.com/VehicleSearchResults?search=preowned",
        "label": "Pre-Owned Vehicles",
        "created_at": "2025-01-27T20:32:43.639958+00:00",
        "updated_at": "2025-01-27T20:32:43.639958+00:00"
      },
      {
        "id": "fd8d75d6-7f99-48a5-9b2f-fc528ef7a0ce",
        "type": "service_scheduler",
        "url": "https://www.shopempirechevrolet.com/ServiceApptForm",
        "label": "Schedule Service",
        "created_at": "2025-01-27T20:32:43.639958+00:00",
        "updated_at": "2025-01-27T20:32:43.639958+00:00"
      }
    ]
  }
}

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Response

Site links

data
object
Last modified on March 1, 2026