HomeGuidesAPI ReferenceChangelog
Log In
API Reference

Savings Analysis

This page demonstrates the request structure needed to successfully create a Savings Analysis for your Switch Account.

Common propertyInput Objects:

User Created Profile via profileId (Arcadia UUID)

{
    "keyName": "profileId",
    "dataValue": "676065b0fead7732016d4f85",
}

User Created Profile via providerProfileId (Custom Identifier)

{
    "keyName": "providerProfileId",
    "dataValue": "site-194853-usage-2025",
}

Arcadia Usage Typical Baseline via baselineType

{
    "keyName": "baselineType",
    "dataType": "STRING",
    "dataValue": "typicalElectricity",
    "scenarios": "before,after"
}

Arcadia Solar Production Typical Baseline via baselineType

{
    "keyName": "baselineType",
    "dataType": "STRING",
    "dataValue": "typicalSolarPv",
    "scenarios": "after,solar",
    "operator": "-"
}

Arcadia Storage Optimization Profile via storageProviderProfileId

{
    "keyName": "storageProviderProfileId",
    "dataValue": "sins-example-storage-ppid-2025",
    "scenarios": "after,solar"
}
📘

Note that in some cases your "scenarios" and "operator" fields may deviate from what is shown above. This is meant to guide your request structure as you integrate with our systems.

If you have a question that lies outside of our documentation resource please reach out to [email protected]!

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!