Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
ID of the company to retrieve sites for.
Show child attributes