curl --request GET \
--url https://external.nectarclimate.com/v2/site/company/{company_id} \
--header 'X-API-KEY: <api-key>'{
"sites": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"dataCollectionStopDate": "2023-12-25",
"externalId": "<string>",
"address": "<string>",
"path": [
"<string>"
],
"occupancyPercent": "<string>"
}
]
}Fetch a list of all sites associated with a specified company.
curl --request GET \
--url https://external.nectarclimate.com/v2/site/company/{company_id} \
--header 'X-API-KEY: <api-key>'{
"sites": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"dataCollectionStopDate": "2023-12-25",
"externalId": "<string>",
"address": "<string>",
"path": [
"<string>"
],
"occupancyPercent": "<string>"
}
]
}