Arcadia · Example Payload

Arcadia Utility Credential Example

EnergyUtilitiesClean EnergyBilling DataInterval DataCarbonSolarTariff

Arcadia Utility Credential Example is an example object payload from Arcadia, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idclient_user_idutility_nameutility_long_nameusernameverification_statusaccounts_load_in_progressverification_updated_atcreated_atupdated_atsandboxeduses_test_scenario

Example Payload

Raw ↑
{
  "id": 12345,
  "client_user_id": "fff57dc7-3a2b-4395-8a62-e3486d46dabe",
  "utility_name": "AEP SWEPCO",
  "utility_long_name": "AEP SWEPCO AR",
  "username": "great_customer",
  "verification_status": "string",
  "accounts_load_in_progress": false,
  "verification_updated_at": "string",
  "created_at": "string",
  "updated_at": "string",
  "sandboxed": false,
  "uses_test_scenario": false
}