Changelog
improved

4xx Error Codes

Refined 4xx class of HTTP response codes.

added

"Project Status Changed" Event

With the project_status_changed event, you can create webhook subscriptions to notify your application when the status of any project in your Aurora tenant changes. The payload for your project_status_changed webhooks can include project ID and the new status. Using the new event, you can, for example, notify your CRM to kick off the next step in your workflow after panels are placed in Aurora and the person who placed the panels updates the project status to "panels placed."

added

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).

added

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).

improved

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.

improved

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.

added

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.

added

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.

improved

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.

improved

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.