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

accountIdintegerOptional
Filter by account ID.
statestringOptional

Filter by state, case-insensitive (e.g. ca or CA).

citystringOptional

Filter by city, case-insensitive substring match (e.g. francisco matches San Francisco).

zipcodestringOptional

Filter by zip code, case-insensitive.

pageintegerOptional>=1Defaults to 1

Page number (1-based)

page_sizeintegerOptional1-100Defaults to 20

Number of items per page (max 100)

Response

List of sites
idintegerOptional
Unique site ID.
accountIdintegerOptional
ID of the account this site belongs to.
titlestring or nullOptional

Human-readable label for the site (e.g. “Main Office”).

fullAddressstring or nullOptional
Full formatted address string.
streetstring or nullOptional
citystring or nullOptional
statestring or nullOptional
zipcodestring or nullOptional
geoLocationstring or nullOptional

Latitude/longitude as “lat,lng” (e.g. “37.7749,-122.4194”).

timezonestring or nullOptional

IANA timezone string (e.g. “America/Los_Angeles”).

createdAtstring or nullOptionalformat: "date-time"
updatedAtstring or nullOptionalformat: "date-time"

Errors

400
Bad Request Error
401
Unauthorized Error