Get Site
Retrieve a specific site by ID. Returns 404 if not found or if the site belongs to a different company.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
siteId
Response
Site details
id
Unique site ID.
accountId
ID of the account this site belongs to.
title
Human-readable label for the site (e.g. “Main Office”).
fullAddress
Full formatted address string.
street
city
state
zipcode
geoLocation
Latitude/longitude as “lat,lng” (e.g. “37.7749,-122.4194”).
timezone
IANA timezone string (e.g. “America/Los_Angeles”).
createdAt
updatedAt
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
