GetSites
List of Sites in the organization
Lists out Sites in the organization tied to the API key.
Responses
- application/json
Request Example for get/sites
curl https://sensors.pollensense.com/api/sites \
--header 'x-ps-key: YOUR_SECRET_TOKEN'
{
"Sites": [
{
"SiteId": "string",
"Latitude": 1,
"Longitude": 1,
"Name": "string",
"Disabled": null,
"UsageCode": "string",
"ProvisionedSensors": [
{
"SensorId": 1,
"Height": 1,
"Since": "2026-04-27T22:10:05.153Z"
}
]
}
]
}