List Sites
Retrieve a paginated list of sites. Results can be filtered by account, state, city, or zipcode.
Authentication
x-api-keystring
API Key authentication via header
Query parameters
accountId
Filter by account ID.
state
Filter by state, case-insensitive (e.g. ca or CA).
city
Filter by city, case-insensitive substring match (e.g. francisco matches San Francisco).
zipcode
Filter by zip code, case-insensitive.
page
Page number (1-based)
page_size
Number of items per page (max 100)
Response
List of sites
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
