Skip to main content
GET
/
site
Get site details
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/site \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "id": "8eba316f-8424-4863-8f4b-e53c4a44d2b7",
    "name": "Empire Chevrolet of Huntington",
    "vertical": "automotive",
    "domain": "https://www.shopempirechevrolet.com",
    "city": "Huntington",
    "state": "NY",
    "zip": "11743",
    "created_at": "2024-11-08T16:21:08.780217+00:00",
    "updated_at": "2026-02-27T21:11:02.638221+00:00"
  }
}
Returns basic information about the site linked to your API key. Scope required: site:read
{
  "data": {
    "id": "8eba316f-8424-4863-8f4b-e53c4a44d2b7",
    "name": "Empire Chevrolet of Huntington",
    "vertical": "automotive",
    "domain": "https://www.shopempirechevrolet.com",
    "city": "Huntington",
    "state": "NY",
    "zip": "11743",
    "created_at": "2024-11-08T16:21:08.780217+00:00",
    "updated_at": "2026-02-27T21:11:02.638221+00:00"
  }
}

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Response

Site profile

data
object
Last modified on March 1, 2026