curl --request GET \
--url https://api.app.hrizn.io/v1/public/site/links \
--header 'X-API-Key: <api-key>'{
"data": {
"links": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"url": "<string>",
"label": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}
}Returns all dealership links (SRP pages, service scheduler, credit application, etc.).
curl --request GET \
--url https://api.app.hrizn.io/v1/public/site/links \
--header 'X-API-Key: <api-key>'{
"data": {
"links": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"url": "<string>",
"label": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}
}Your Hrizn API key (prefix hzk_)
Site links