Webhook posted when there is an error discovering utility accounts.
Request Body Schema
Property name | Data type | Required? | Description |
---|---|---|---|
type | string | yes | Value: "utility_accounts_discovery_error" |
created_at | string <date-time> | yes | |
data | object (UtilityCredential) | yes |
UtilityCredential
Property name | Data type | Required? | Description |
---|---|---|---|
| integer | yes | |
| string | yes | |
| string | yes | The list of supported Arcadia utilities can be found here. |
| string | yes | Provides greater detail than |
| string | yes | |
| string | yes | Enum:
|
| boolean | yes | Indicates if Arcadia is in the process of verifying a utility credential or loading associated utility accounts. The combination of |
| null or string <date-time> | yes | |
| string <date-time> | yes | |
| string <date-time> | yes | |
| boolean | yes | |
| boolean | yes | Indicates if the utility credential was created using a designated test username and password. |
Request sample
Content type: application/json
{
"type": "utility_accounts_discovery_error",
"created_at": "2019-08-24T14:15:22Z",
"data": {
"id": 12345,
"client_user_id": "fff57dc7-3a2b-4395-8a62-e3486d46dabe",
"utility_name": "Pepco",
"utility_long_name": "Pepco DC",
"username": "great_customer",
"verification_status": "pending",
"accounts_load_in_progress": false,
"verification_updated_at": null,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"sandboxed": false,
"uses_test_scenario": false
}
}