Site entity
Read website settings for the authorized dealership, including inventory display, payment calculator, contact bar, lead form, and media settings.
#Endpoints
The site entity is the dealership website configuration used to interpret public URLs and website behavior.
GET/v1/site
x-api-key header.#Response
| Field | Type | Nullable | Notes |
|---|---|---|---|
| id | uuid | No | Site ID. |
| domain | string | No | Configured custom domain. |
| subdomain | string | No | Driverseat subdomain. |
| publishedAt | datetime | Yes | Publication timestamp. |
| publicDomain | string | No | Domain used for public URLs. |
| inventory | object | No | Inventory display, filtering, tag, and pricing settings. |
| paymentCalculator | object | No | Payment calculator defaults. |
| leadFormConfig | json | No | Lead form configuration. |
| contactBar | object | No | Mobile contact bar settings. |
| globalMetaImage | File | Yes | Default meta image. |
| faviconImage | File | Yes | Favicon image. |
| vehicleOverlayImage | File | Yes | Vehicle overlay image. |
#Example Request
Shell
curl "https://api.driverseat.io/v1/site" \
-H "x-api-key: sk-driverseat-..."