# Nectar Knowledge Base ## Docs - [Bulk update accounts for a company](https://docs.nectarclimate.com/api-reference/v2-2/accounts/bulk-update-accounts-for-a-company.md): Allows an authenticated API user to bulk update accounts for a company. The only supported update is to set an account as tracked or not tracked. All accounts are updated to the same isTracked status. Either all accounts are updated, or if there is an error, no accounts are updated. All associated m… - [Update an account](https://docs.nectarclimate.com/api-reference/v2-2/accounts/update-an-account.md): Allows an authenticated API user to manage an account for a specific connection. The only supported update is to set the account as tracked or not tracked. All associated meters will be set to the same isTracked status as the account. Optionally, pass in a parameter updateMeters = false to prevent m… - [Create Company](https://docs.nectarclimate.com/api-reference/v2-2/companies/create-company.md): Create a new company in the system. The authenticated user will be set as the admin for the newly created company. Additional users can be added during creation via the users field, or added later via the patch request. - [Delete Company](https://docs.nectarclimate.com/api-reference/v2-2/companies/delete-company.md): Delete a specific company from the system. This operation is performed asynchronously in a background thread as it can be slow. It will return a 204 status code immediately once the thread is started. - [Get Company Details](https://docs.nectarclimate.com/api-reference/v2-2/companies/get-company-details.md): Fetch the details of a specific company by its ID. - [Retrieve Companies](https://docs.nectarclimate.com/api-reference/v2-2/companies/retrieve-companies.md): Get all companies that your API key is associated with. This endpoint returns detailed information about each company, including its ID, name, external ID, and associated sites. - [Update Company](https://docs.nectarclimate.com/api-reference/v2-2/companies/update-company.md): Update the details of a specific company. You can also update the list of users using the users field. If users is provided, it replaces the current list of users. If users is not provided, the user list remains unchanged. You cannot remove yourself from the company. - [Confirm a utility account connection for a company.](https://docs.nectarclimate.com/api-reference/v2-2/connections/confirm-a-utility-account-connection-for-a-company.md): Confirm a utility account connection for a company. This action will set the connection status to CONNECTED. Passing false into this endpoint will not change any statuses. - [Create Basic Utility Account Connection](https://docs.nectarclimate.com/api-reference/v2-2/connections/create-basic-utility-account-connection.md): Create a basic utility account connection for a company. Supports username/password authentication and optionally security questions. Connections requiring MFA must use magic links. Requires company access and a list of sites in the request body. - [Create Magic Link for Creating a Utility Account Connection](https://docs.nectarclimate.com/api-reference/v2-2/connections/create-magic-link-for-creating-a-utility-account-connection.md): **Deprecated:** Use `POST /invitation/company/{company_id}` instead. This endpoint will be removed in a future API version. - [Create Magic Link for Updating a Utility Account Connection](https://docs.nectarclimate.com/api-reference/v2-2/connections/create-magic-link-for-updating-a-utility-account-connection.md): **Deprecated:** Use `POST /invitation/connection/{connection_id}` instead. This endpoint will be removed in a future API version. - [Create Magic Link with Prefilled Data for Creating a Utility Account Connection](https://docs.nectarclimate.com/api-reference/v2-2/connections/create-magic-link-with-prefilled-data-for-creating-a-utility-account-connection.md): **Deprecated:** Use `POST /invitation/company/{company_id}` with the `prefill` field instead. This endpoint will be removed in a future API version. - [Get an Utility Account Connection](https://docs.nectarclimate.com/api-reference/v2-2/connections/get-an-utility-account-connection.md): Get an existing utility account connection for a company. - [Get Company Utility Account Connections](https://docs.nectarclimate.com/api-reference/v2-2/connections/get-company-utility-account-connections.md): Retrieve all utility account connections for a company by ID. Requires company access permission. Results are paginated (100 per page by default). Returns connection details including ID, account number, and status. Optional filters: `connectionOwnerEmail`, `status`, and `sites`. Each connection has… - [Search Utility Providers](https://docs.nectarclimate.com/api-reference/v2-2/connections/search-utility-providers.md): Returns a paginated list of utility providers in the Nectar catalog. Supports case-insensitive substring search on name and URL. Use the returned ID as ``prefill.datasourceId`` when creating a connection invitation. - [Update an Utility Account Connection](https://docs.nectarclimate.com/api-reference/v2-2/connections/update-an-utility-account-connection.md): Update an existing utility account connection for a company. - [Get Document Details](https://docs.nectarclimate.com/api-reference/v2-2/documents/get-document-details.md): Retrieve detailed information about a specific document by its document ID. Users must have access to the company that owns the document to retrieve this data. Response includes document usage data, demand meters, associated site information, presigned S3 URL to view the document, audit trail URL to… - [Get Documents by Company](https://docs.nectarclimate.com/api-reference/v2-2/documents/get-documents-by-company.md): Retrieve documents for a specified company. Results are paginated (100 per page). Filter by date types: 'UPDATED_DATE', 'CREATED_DATE', 'BILL_DATE' (default), or 'USAGE_PERIOD'. Date filters return overlapping data; 'CREATED_DATE' and 'UPDATED_DATE' use UTC and are truncated to day start. Filter by… - [Get Documents by Connection](https://docs.nectarclimate.com/api-reference/v2-2/documents/get-documents-by-connection.md): Retrieve documents for a specified connection. Results are paginated (100 per page). Filter by date types: 'UPDATED_DATE', 'CREATED_DATE', 'BILL_DATE' (default), or 'USAGE_PERIOD'. Date filters return overlapping data; 'CREATED_DATE' and 'UPDATED_DATE' use UTC and are truncated to day start. Filter… - [Get Documents by Site](https://docs.nectarclimate.com/api-reference/v2-2/documents/get-documents-by-site.md): Retrieve documents for a specified site. Results are paginated (100 per page). Filter by date types: 'UPDATED_DATE', 'CREATED_DATE', 'BILL_DATE' (default), or 'USAGE_PERIOD'. Date filters return overlapping data; 'CREATED_DATE' and 'UPDATED_DATE' use UTC and are truncated to day start. Filter by 'is… - [Update Document Details](https://docs.nectarclimate.com/api-reference/v2-2/documents/update-document-details.md): Update specific fields of a document by its document ID. Users must have access to the document to update it. Returns the updated document details. - [Get Intervals by Connection (BETA)](https://docs.nectarclimate.com/api-reference/v2-2/intervals/get-intervals-by-connection-beta.md): Retrieve interval data associated with a specified utility connection. The data is paginated, with default of 100 entries per page. Users must have access to the connection to retrieve this data. - [Create Connection Invitation](https://docs.nectarclimate.com/api-reference/v2-2/invitations/create-connection-invitation.md): Create an invitation that lets an external contributor connect a new utility account to the specified company. The response includes an `invitationUrl` to send to the contributor. Supports optional email restrictions, expiration, usage limits, and pre-filled form data. - [Create Reconnect Invitation](https://docs.nectarclimate.com/api-reference/v2-2/invitations/create-reconnect-invitation.md): Create an invitation that lets a contributor update credentials on an existing utility account connection. The response includes an `invitationUrl` to send to the contributor. - [Get Invitation Detail](https://docs.nectarclimate.com/api-reference/v2-2/invitations/get-invitation-detail.md): Returns full invitation details including the audit event log. Only returns CREATE_CONNECTION and EDIT_CONNECTION invitation types. - [List Invitations by Company](https://docs.nectarclimate.com/api-reference/v2-2/invitations/list-invitations-by-company.md): Returns a paginated list of connection invitations for the specified company, filtered to CREATE_CONNECTION and EDIT_CONNECTION types. Supports filtering by status and invitation type. - [Revoke Invitation](https://docs.nectarclimate.com/api-reference/v2-2/invitations/revoke-invitation.md): Revokes an active invitation, immediately invalidating the invitation link. Revoking an already-revoked invitation returns 200 (idempotent). - [Get Job Status Details](https://docs.nectarclimate.com/api-reference/v2-2/jobs/get-job-status-details.md): Gets the status and details of a document processing job given a job id. When you submit documents through our API, each submission creates a job that can be tracked. The job status will always be one of 'PENDING', 'COMPLETED', or 'FAILED'. In general jobs will not fail due to retry policies. Howeve… - [Submit Job via Bulk Document Upload](https://docs.nectarclimate.com/api-reference/v2-2/jobs/submit-job-via-bulk-document-upload.md): Submit multiple documents using signed S3 URLs for processing as a single job. The company must be active to submit a job. The size limit of each individual document is **25MB**, and the page limit for PDF files is **150**. Returns a job ID that can be used to track the status of all submitted docum… - [Submit Job via Single Document Upload](https://docs.nectarclimate.com/api-reference/v2-2/jobs/submit-job-via-single-document-upload.md): Submits a document to Nectar for processing and creates a job to track its progress. The company must be active to submit a job. Each document submission is tracked as a job with an id that can be used to check processing status. This endpoint returns the jobId immediately while processing continues… - [Get Meter Details](https://docs.nectarclimate.com/api-reference/v2-2/meters/get-meter-details.md): Fetch the details of a specific meter by its ID. - [Get Meters by Company](https://docs.nectarclimate.com/api-reference/v2-2/meters/get-meters-by-company.md): Retrieve all meters associated with a specified company. The data is paginated, with default of 100 entries per page. Users must have access to the company to retrieve this data. - [Get Meters by Connection](https://docs.nectarclimate.com/api-reference/v2-2/meters/get-meters-by-connection.md): Retrieve all meters associated with a specified utility account connection. The data is paginated, with default of 100 entries per page. Users must have access to the connection to retrieve this data. - [Get Meters by Document](https://docs.nectarclimate.com/api-reference/v2-2/meters/get-meters-by-document.md): Retrieve all meters associated with a specified document. The data is paginated, with default of 100 entries per page. Users must have access to the document to retrieve this data. - [Get Meters by Site](https://docs.nectarclimate.com/api-reference/v2-2/meters/get-meters-by-site.md): Retrieve all meters associated with a specified site. The data is paginated, with default of 100 entries per page. Users must have access to the site to retrieve this data. - [Update Meter Details](https://docs.nectarclimate.com/api-reference/v2-2/meters/update-meter-details.md): Update the details of a specific meter by its ID. Changing the identifier list will delete all existing identifiers and create new ones from the list. - [Ping Test Endpoint](https://docs.nectarclimate.com/api-reference/v2-2/ping/ping-test-endpoint.md): This endpoint allows users to test the server availability for v2.2 endpoints. Upon successful authentication, it returns a 'pong v2.2' message, indicating that the server is running and the user's authentication credentials are valid. - [Create Site](https://docs.nectarclimate.com/api-reference/v2-2/sites/create-site.md): Create a new site for a specified company. - [Delete Site](https://docs.nectarclimate.com/api-reference/v2-2/sites/delete-site.md): Stops data collection for a specific site. This soft-deletes the site. No data will be collected for this site further. - [Get Site Details](https://docs.nectarclimate.com/api-reference/v2-2/sites/get-site-details.md): Fetch the details of a specific site by its ID. - [Get Sites by Company](https://docs.nectarclimate.com/api-reference/v2-2/sites/get-sites-by-company.md): Fetch a list of all sites associated with a specified company. - [Update Site](https://docs.nectarclimate.com/api-reference/v2-2/sites/update-site.md): Update the details of a specific site. - [Get Team and Billing Information](https://docs.nectarclimate.com/api-reference/v2-2/team/get-team-and-billing-information.md): Get the team information for the authenticated user. This returns the team name, a list of team member email addresses, and comprehensive billing information including Stripe billing summaries, and a signed link to the Stripe customer billing portal. - [Update Team and Billing Information](https://docs.nectarclimate.com/api-reference/v2-2/team/update-team-and-billing-information.md): Update the team members for the authenticated user's billing profile. This replaces the current list of team members with the provided list. The authenticated user will always remain in the team. - [Delete Usage Data](https://docs.nectarclimate.com/api-reference/v2-2/usage-data/delete-usage-data.md): Delete a specific usage data entry by its ID. - [Get Usage Data by Company](https://docs.nectarclimate.com/api-reference/v2-2/usage-data/get-usage-data-by-company.md): Retrieve usage data for a specified company. Results are paginated (100 per page). Filter by date types: 'UPDATED_DATE', 'CREATED_DATE', 'BILL_DATE' (default), or 'USAGE_PERIOD'. Date filters return overlapping data; 'CREATED_DATE' and 'UPDATED_DATE' use UTC and are truncated to day start. Filter by… - [Get Usage Data by Document](https://docs.nectarclimate.com/api-reference/v2-2/usage-data/get-usage-data-by-document.md): Retrieve usage data for a specific document. Results are paginated (100 per page). Filter by date types: 'UPDATED_DATE', 'CREATED_DATE', 'BILL_DATE', or 'USAGE_PERIOD' (default). Date filters return overlapping data; 'CREATED_DATE' and 'UPDATED_DATE' use UTC and are truncated to day start. Filter by… - [Get Usage Data by Meter](https://docs.nectarclimate.com/api-reference/v2-2/usage-data/get-usage-data-by-meter.md): Retrieve usage data for a specified meter. Results are paginated (100 per page). Filter by date types: 'UPDATED_DATE', 'CREATED_DATE', 'BILL_DATE' (default), or 'USAGE_PERIOD'. Date filters return overlapping data; 'CREATED_DATE' and 'UPDATED_DATE' use UTC and are truncated to day start. Filter by d… - [Get Usage Data by Site](https://docs.nectarclimate.com/api-reference/v2-2/usage-data/get-usage-data-by-site.md): Retrieve usage data for a specified site. Results are paginated (100 per page). Filter by date types: 'UPDATED_DATE', 'CREATED_DATE', 'BILL_DATE' (default), or 'USAGE_PERIOD'. Date filters return overlapping data; 'CREATED_DATE' and 'UPDATED_DATE' use UTC and are truncated to day start. Filter by da… - [Get Usage Data by Utility Connection](https://docs.nectarclimate.com/api-reference/v2-2/usage-data/get-usage-data-by-utility-connection.md): Retrieve usage data for a specified utility connection. Results are paginated (100 per page). Filter by date types: 'UPDATED_DATE', 'CREATED_DATE', 'BILL_DATE' (default), or 'USAGE_PERIOD'. Date filters return overlapping data; 'CREATED_DATE' and 'UPDATED_DATE' use UTC and are truncated to day start… - [Get Usage Data Details](https://docs.nectarclimate.com/api-reference/v2-2/usage-data/get-usage-data-details.md): Fetch the details of a specific usage data entry by its ID. - [Update Usage Data](https://docs.nectarclimate.com/api-reference/v2-2/usage-data/update-usage-data.md): Update a specific usage data entry by its ID. Updates to the meter and identifiers will also be reflected. - [Webhook for connection status changes v2](https://docs.nectarclimate.com/api-reference/v2-2/webhook-payloads/webhook-for-connection-status-changes-v2.md): Fires when a connection's status transitions — including initial validation, credential errors, provider outages, and recovery. A single change can produce both this event and `connection.updated.v2`. - [Webhook for document deletion v2](https://docs.nectarclimate.com/api-reference/v2-2/webhook-payloads/webhook-for-document-deletion-v2.md): Fires when a document is deleted via the API or the platform. The payload contains the full document state at the time of deletion. - [Webhook for document update v2](https://docs.nectarclimate.com/api-reference/v2-2/webhook-payloads/webhook-for-document-update-v2.md): Fires when an existing document is reprocessed or updated and its data changes. Common triggers include bill corrections, meter assignment changes, and usage data updates. No-op updates that do not change document data are ignored. The payload includes `old` with previous field values. - [Webhook for new document availability v2](https://docs.nectarclimate.com/api-reference/v2-2/webhook-payloads/webhook-for-new-document-availability-v2.md): Fires when a new document (utility bill) is processed and available. Triggers include bills scraped from utility providers and bills uploaded via document upload. - [Webhook for updates to an existing utility account connection v2](https://docs.nectarclimate.com/api-reference/v2-2/webhook-payloads/webhook-for-updates-to-an-existing-utility-account-connection-v2.md): Fires when any field on a connection changes — status transitions, credential updates, account additions or removals, site reassignments, or other detail changes. Timestamp-only updates do not trigger this event. The payload includes `protectedChanges` (sensitive fields that changed) and `old` (prev… - [Webhook for utility account connection creation v2](https://docs.nectarclimate.com/api-reference/v2-2/webhook-payloads/webhook-for-utility-account-connection-creation-v2.md): Fires when a new connection is created via the API, magic link, or the platform. The payload contains the full connection state at the time of creation. - [Webhook Portal](https://docs.nectarclimate.com/api-reference/v2-2/webhook-portal/webhook-portal.md): This endpoint returns a URL to access and setup webhooks via SVIX. Use webhooks to have your web application listen to updates to connections and documents in real time. Read more about consuming endpoints with SVIX here: https://docs.svix.com/receiving/introduction. We recommend using the V2 webhoo… - [Changelog](https://docs.nectarclimate.com/changelog.md): Product updates and announcements for Nectar - [API version differences](https://docs.nectarclimate.com/developer-guide/api-versions.md): What changed between v2.0, v2.1, and v2.2 — and how to migrate. - [Connection invitations](https://docs.nectarclimate.com/developer-guide/connection-invitations.md): Create revocable, auditable invitations for external contributors to create or reconnect utility connections — the replacement for magic links. - [Connection lifecycle](https://docs.nectarclimate.com/developer-guide/connection-lifecycle.md): How connections move through statuses, what each status means for your integration, and what actions to take. - [Connection and account statuses](https://docs.nectarclimate.com/developer-guide/connection-statuses.md): Reference guide for all connection and account status values returned by the API. - [Meter organization](https://docs.nectarclimate.com/developer-guide/data-model/meter-organization.md): How Nectar organizes meters, accounts, and sites for API consumers. - [Data model overview](https://docs.nectarclimate.com/developer-guide/data-model/overview.md): Technical guide to Nectar API data structures, processing behavior, and entity relationships. - [Document processing guide](https://docs.nectarclimate.com/developer-guide/data-model/parsing.md): What Nectar extracts from utility documents and what to expect in API outputs. - [Document upload](https://docs.nectarclimate.com/developer-guide/document-upload.md): Upload utility bill PDFs and images for processing via the Nectar API. - [Filtering and query parameters](https://docs.nectarclimate.com/developer-guide/filtering.md): Filter API results by date range, utility type, site, and other criteria. - [Developer guide](https://docs.nectarclimate.com/developer-guide/for-developers.md): Technical onboarding for Nectar API integrations and embedded workflows. - [Getting started with the API](https://docs.nectarclimate.com/developer-guide/getting-started.md): Authenticate, make your first request, and understand Nectar's data model. - [Magic link integration (deprecated)](https://docs.nectarclimate.com/developer-guide/magic-link-integration.md): Magic-link endpoints are deprecated. Use Connection invitations instead. - [MFA integration](https://docs.nectarclimate.com/developer-guide/mfa-integration.md): How to help end customers get data flowing when their utility portal requires multi-factor authentication — ordered from lowest-effort to highest-effort. - [Pagination](https://docs.nectarclimate.com/developer-guide/pagination.md): How to paginate through list endpoints in the Nectar API. - [Sandbox testing](https://docs.nectarclimate.com/developer-guide/sandbox-testing.md): Test the Nectar API with sandboxed utility accounts and mock data. - [Webhooks](https://docs.nectarclimate.com/developer-guide/webhooks.md): Receive real-time notifications when utility data changes via webhook events. - [Nectar](https://docs.nectarclimate.com/index.md): The complete guide to Nectar's utility data automation platform and API. - [Consumption analytics](https://docs.nectarclimate.com/platform/analytics/consumption.md): Aggregate consumption across all utility types with filtering and date presets. - [Electricity analytics](https://docs.nectarclimate.com/platform/analytics/electricity.md): Detailed electricity consumption and cost analysis. - [Analytics FAQ](https://docs.nectarclimate.com/platform/analytics/faq.md): Troubleshooting charts, filters, exports, and analytics data visibility. - [Fuel analytics](https://docs.nectarclimate.com/platform/analytics/fuel.md): Detailed fuel consumption and cost analysis. - [Gas analytics](https://docs.nectarclimate.com/platform/analytics/gas.md): Detailed gas consumption and cost analysis. - [Analytics](https://docs.nectarclimate.com/platform/analytics/overview.md): Visualize utility consumption, costs, and trends across your portfolio. - [Waste analytics](https://docs.nectarclimate.com/platform/analytics/waste.md): Waste data analysis by stream and type. - [Water analytics](https://docs.nectarclimate.com/platform/analytics/water.md): Detailed water consumption and cost analysis. - [Dashboard](https://docs.nectarclimate.com/platform/dashboard.md): Your home screen showing key numbers, items that need attention, and recent activity. - [Export history](https://docs.nectarclimate.com/platform/data-export/export-history.md): View and re-download past data exports. - [Data Export FAQ](https://docs.nectarclimate.com/platform/data-export/faq.md): Troubleshooting quick exports, integration exports, and delivery discrepancies. - [Running an integration export](https://docs.nectarclimate.com/platform/data-export/integration-export.md): Configure and execute an export to a connected third-party platform. - [Integrations](https://docs.nectarclimate.com/platform/data-export/integrations.md): Connect Nectar to third-party platforms for automated data delivery. - [Energy Star](https://docs.nectarclimate.com/platform/data-export/integrations/energy-star.md): EPA Energy Star Portfolio Manager integration for building energy benchmarking. - [Metrio](https://docs.nectarclimate.com/platform/data-export/integrations/metrio.md): Metrio integration for ESG performance management and carbon accounting. - [Sinai](https://docs.nectarclimate.com/platform/data-export/integrations/sinai.md): Sinai integration for decarbonization intelligence and emissions tracking. - [Sphera](https://docs.nectarclimate.com/platform/data-export/integrations/sphera.md): Sphera integration for integrated sustainability and risk management. - [Unravel Carbon](https://docs.nectarclimate.com/platform/data-export/integrations/unravel.md): Unravel Carbon integration for supply chain sustainability and carbon footprint tracking. - [Watershed](https://docs.nectarclimate.com/platform/data-export/integrations/watershed.md): Watershed integration for carbon accounting and climate program management. - [Data Export](https://docs.nectarclimate.com/platform/data-export/overview.md): Export utility data in various formats or push directly to third-party platforms. - [Quick export](https://docs.nectarclimate.com/platform/data-export/quick-export.md): Export usage or cost data as xlsx or csv files. - [Connect a utility account](https://docs.nectarclimate.com/platform/data-input/connection-wizard.md): Step-by-step guide to connecting an online utility portal to Nectar. - [Connections](https://docs.nectarclimate.com/platform/data-input/connections.md): Connect utility accounts to automatically collect bills and usage data on an ongoing basis. - [Email connections](https://docs.nectarclimate.com/platform/data-input/email-connections.md): Set up email-based bill collection to automatically process forwarded utility bills. - [Data Input FAQ](https://docs.nectarclimate.com/platform/data-input/faq.md): Troubleshooting connections, uploads, manual entry, and invitations. - [Invitations](https://docs.nectarclimate.com/platform/data-input/invitations.md): Send a secure link so the account owner can create a new connection — or reconnect an existing one — without needing a Nectar login. - [Magic links (deprecated)](https://docs.nectarclimate.com/platform/data-input/magic-links.md): Magic links have been replaced by Invitations. Existing links continue to work, but all new sharing should use Invitations. - [Manual bill entry](https://docs.nectarclimate.com/platform/data-input/manual-entry.md): Manually enter utility bill data when you don't have a PDF or connection. - [Data Input](https://docs.nectarclimate.com/platform/data-input/overview.md): Three ways to bring utility data into Nectar: connections, uploads, and manual entry. - [Reconnecting a connection](https://docs.nectarclimate.com/platform/data-input/reconnecting.md): How to update credentials or reconnect a failed utility connection. - [Troubleshooting data input](https://docs.nectarclimate.com/platform/data-input/troubleshooting.md): Common issues with connections and uploads, and how to resolve them quickly. - [Upload job details](https://docs.nectarclimate.com/platform/data-input/upload-detail.md): View the status and results of an upload job. - [Uploading documents](https://docs.nectarclimate.com/platform/data-input/uploads.md): Upload PDF or image utility bills for AI-powered processing. - [Account detail](https://docs.nectarclimate.com/platform/data-inventory/account-detail.md): View account information, manage tracking, and browse associated meters and bills. - [Accounts](https://docs.nectarclimate.com/platform/data-inventory/accounts.md): View and manage utility accounts across your sites. - [Bill detail](https://docs.nectarclimate.com/platform/data-inventory/bill-detail.md): View and edit a single utility bill's charges, usage data, and metadata. - [Bills](https://docs.nectarclimate.com/platform/data-inventory/bills.md): View, filter, and manage processed utility bills. - [Data Inventory FAQ](https://docs.nectarclimate.com/platform/data-inventory/faq.md): Troubleshooting bills, accounts, meters, and record-level data issues. - [Meter detail](https://docs.nectarclimate.com/platform/data-inventory/meter-detail.md): View meter usage history, manage identifiers, and assign meters to sites. - [Meters](https://docs.nectarclimate.com/platform/data-inventory/meters.md): View and manage utility meters across your sites. - [Data Inventory](https://docs.nectarclimate.com/platform/data-inventory/overview.md): Browse and manage all your utility bills, accounts, and meters in one place. - [Usage data](https://docs.nectarclimate.com/platform/data-inventory/usage-data.md): Understand consumption records, occupancy adjustments, and how edits affect your reports. - [Anomalies](https://docs.nectarclimate.com/platform/data-quality/anomalies.md): Automatically detect cost spikes, usage spikes, late fees, and demand charge anomalies across your utility portfolio. - [Data completeness](https://docs.nectarclimate.com/platform/data-quality/completeness.md): Visualize coverage gaps and track data completeness across sites, accounts, and meters. - [Data Quality FAQ](https://docs.nectarclimate.com/platform/data-quality/faq.md): Troubleshooting anomalies, missing periods, and quality issue workflows. - [Issues](https://docs.nectarclimate.com/platform/data-quality/issues.md): Triage and resolve data quality issues across your portfolio. - [Data Quality](https://docs.nectarclimate.com/platform/data-quality/overview.md): Monitor data issues and track completeness across your utility portfolio. - [For developers](https://docs.nectarclimate.com/platform/for-developers.md): Start here if you are integrating Nectar into your product or data platform. - [Getting started](https://docs.nectarclimate.com/platform/getting-started.md): Learn what Nectar does, how it organizes your utility data, and how to find your way around the platform. - [Get Started FAQ](https://docs.nectarclimate.com/platform/getting-started-faq.md): Troubleshooting and FAQs for onboarding, access, and first-time setup. - [Glossary](https://docs.nectarclimate.com/platform/glossary.md): In-depth definitions for every term, field, and concept in the Nectar platform — organized by domain and searchable. - [Monthly data calculation](https://docs.nectarclimate.com/platform/methodology/calendarization.md): How Nectar converts your billing period data into clean calendar month data for reporting. - [Cost allocation](https://docs.nectarclimate.com/platform/methodology/cost-attribution.md): How Nectar distributes charges across meters and sites when a bill covers multiple services. - [Special situations](https://docs.nectarclimate.com/platform/methodology/edge-cases.md): How Nectar handles revised bills, solar credits, sewer estimates, and other common complexities. - [Methodology FAQ](https://docs.nectarclimate.com/platform/methodology/faq.md): Common questions about calendarization, cost attribution, and complex billing scenarios. - [Key concepts](https://docs.nectarclimate.com/platform/methodology/key-concepts.md): Understand the building blocks of your utility data: sites, meters, accounts, and bills. - [Methodology overview](https://docs.nectarclimate.com/platform/methodology/overview.md): Learn how Nectar transforms your utility bills into clear, actionable insights. - [Migrate from Arcadia / Urjanet](https://docs.nectarclimate.com/platform/onboarding/arcadia-urjanet.md): Migrate normalized utility account and bill datasets from Arcadia/Urjanet into Nectar. - [Migrate from Cass](https://docs.nectarclimate.com/platform/onboarding/cass.md): Migrate utility invoice and cost-allocation datasets from Cass workflows into Nectar. - [Migrate from Conservice](https://docs.nectarclimate.com/platform/onboarding/conservice.md): Migrate utility expense and billing-adjacent datasets from Conservice workflows into Nectar. - [Migrate from Constellation](https://docs.nectarclimate.com/platform/onboarding/constellation.md): Move utility bill management datasets from Constellation workflows into Nectar. - [Migrate from energy services companies](https://docs.nectarclimate.com/platform/onboarding/energy-services-companies.md): Consolidate fragmented ESCO workflows into Nectar with a repeatable data model and onboarding process. - [Migrate from EnergyCAP](https://docs.nectarclimate.com/platform/onboarding/energycap.md): Migrate utility accounting, account, and meter workflows from EnergyCAP into Nectar. - [Migrate from ENGIE Impact](https://docs.nectarclimate.com/platform/onboarding/engie.md): Move utility expense and sustainability data from ENGIE workflows into Nectar with a structured onboarding plan. - [Migrate from IBM Envizi](https://docs.nectarclimate.com/platform/onboarding/envizi.md): Map utility bill analytics datasets from IBM Envizi into Nectar for operational data quality and delivery. - [How to migrate from another provider](https://docs.nectarclimate.com/platform/onboarding/overview.md): Migrate from your current utility data workflow to Nectar with clear mapping, practical steps, and guided support. - [Migrate from Schneider Electric](https://docs.nectarclimate.com/platform/onboarding/schneider-electric.md): Migrate utility billing and meter workflows from Schneider Electric Resource Advisor into Nectar. - [Migrate from spreadsheets](https://docs.nectarclimate.com/platform/onboarding/spreadsheets.md): Move from spreadsheet-based utility tracking to a scalable, auditable Nectar workflow. - [Premium FAQ](https://docs.nectarclimate.com/platform/premium/faq.md): Troubleshooting premium feature access, enablement, and rollout. - [Premium features](https://docs.nectarclimate.com/platform/premium/overview.md): Advanced features available on Nectar's premium plans. - [White-label](https://docs.nectarclimate.com/platform/premium/white-label.md): Customize the invitation experience with your brand colors, logo, and company name. - [Company settings](https://docs.nectarclimate.com/platform/settings/company-settings.md): Configure company details, sites, data collection, and member access. - [Settings FAQ](https://docs.nectarclimate.com/platform/settings/faq.md): Troubleshooting permissions, API keys, billing, invitations, and personal configuration. - [Organization settings](https://docs.nectarclimate.com/platform/settings/organization-settings.md): Manage your admin team, billing, API keys, companies, and cross-company data views. - [Settings](https://docs.nectarclimate.com/platform/settings/overview.md): Configure your personal, company, and organization settings. - [Personal settings](https://docs.nectarclimate.com/platform/settings/personal-settings.md): Manage your profile, preferences, and organization membership. - [Site comparison](https://docs.nectarclimate.com/platform/sites/compare.md): Compare consumption and cost trends for two groups of sites side by side. - [Sites FAQ](https://docs.nectarclimate.com/platform/sites/faq.md): Troubleshooting site setup, views, analytics visibility, and site-level data. - [Sites](https://docs.nectarclimate.com/platform/sites/overview.md): Organize your buildings and locations, track data completeness, and compare performance across your portfolio. ## OpenAPI Specs - [openapi-v2](https://docs.nectarclimate.com/api-reference/openapi-v2.json) - [openapi-v2-2](https://docs.nectarclimate.com/api-reference/openapi-v2-2.json) - [openapi-v2-1](https://docs.nectarclimate.com/api-reference/openapi-v2-1.json) - [openapi](https://docs.nectarclimate.com/api-reference/openapi.json) ## Optional - [Dashboard](https://dash.nectarclimate.com) - [Support](mailto:support@nectarclimate.com) - [Status](https://stats.uptimerobot.com/rICwZ0oMLI)