Dealership APISite

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
Auth
Send the dealership API key in the x-api-key header.
Detail IDs
This entity is returned for the dealership authorized by the API key.
Dates
Date fields and date filters use ISO 8601 timestamps.

#Response

FieldTypeNullableNotes
iduuidNoSite ID.
domainstringNoConfigured custom domain.
subdomainstringNoDriverseat subdomain.
publishedAtdatetimeYesPublication timestamp.
publicDomainstringNoDomain used for public URLs.
inventoryobjectNoInventory display, filtering, tag, and pricing settings.
paymentCalculatorobjectNoPayment calculator defaults.
leadFormConfigjsonNoLead form configuration.
contactBarobjectNoMobile contact bar settings.
globalMetaImageFileYesDefault meta image.
faviconImageFileYesFavicon image.
vehicleOverlayImageFileYesVehicle overlay image.
Fields
Includes domain, subdomain, publishing state, publicDomain, CTA, inventory settings, payment calculator defaults, lead form configuration, contact bar settings, and site media.

#Example Request

Shell
curl "https://api.driverseat.io/v1/site" \
  -H "x-api-key: sk-driverseat-..."

#Errors

401
The API key is missing, invalid, or revoked.
404
The authorized dealership could not be found.