Webhooks API: Create, Update, and Delete
Added API endpoints to create, update and delete webhook information for your tenant. The Webhooks API gives your developers fine control over how they design, build and operate applications that respond in real-time to events in Aurora (e.g. design request completed, agreement signed).
Webhooks API: List and Retrieve
Added API endpoints to list and retrieve webhook information for your tenant. Endpoints to create, update and delete webhooks are coming next. The Webhooks API gives your developers fine control over how they design, build and operate applications that respond in real-time to events in Aurora (e.g. design request completed, agreement signed).
List Financings API: Added Financier
Added a financier object to the List Financing endpoint. The financier object includes information regarding the state of credit applications and loans that originated from integrations with financial institutions. With the new object, you can, for example, look up the loan ID that the financier assigned to the homeowner who applied for a loan in Aurora Sales Mode.
3DMS Request Deduplication: Design ID in Error
When attempting to create a 3DMS design request for a project with an in-progress 3DMS request, you'll now receive not only an HTTP 422 error message but also the design id of the offending request.
Performance Simulation API
Performance Simulation API is a part of the Platform API family. The API is a pair of endpoints and a webhook that enable you to kick off a performance simulation for a given design, check on the simulation job status, and get notified when the status changes. You can access annual and hourly energy production for the system produced by the simulation using the Design Summary API.
Irradiance Analysis API
Irradiance Analysis API is a part of the Platform API family. The API is a pair of endpoints and a webhook that enable you to kick off panel irradiance analysis for a given design, check on the analysis job status, and get notified when the status changes. You can access shading data (monthly SAP and annual TSRF) on a per-array basis produced by the irradiance analysis using the Design Summary API.
Auto Accept Design Requests
With auto_accept attribute in Create Design Request API endpoint, you can bypass the design acceptance step and move the design directly from "completed" to "accepted" state on design completion.
Financing Selected in Sales Mode
Financing records returned by List Financings endpoint now include "True/False" flag to indicate which financing was selected in Sales Mode.
Agreements API
(Private Beta)
If you're using Aurora's contract manager feature, you can access a list of outstanding agreements, status, and a link to completed agreements via Agreements API. Note that the contract manager is currently only available as a part of Sales Mode.
Complete Panel Data via Design Summary API
Previously, Aurora would only populate arrays in the Design Summary with panels connected to an inverter (micro or string). Now, we add all panels, even those unattached to an inverter, along with shading data if available.