Event informing that a specific customer has just shared their utility credentials
This webhook is sent when a customer successfully shares their utility credentials. The webhook contains the customer’s unique identifier(s), the customer’s utility and the current data velocity for that utility.
{
"event": "customer_has_filled_credentials",
"object": {
"id": 12345,
"external_id": "MSCOTT123",
"utility": "con_edison",
"has_filled_credentials": true,
"has_filled_credentials_on": "2022-07-01T14:05:00Z"
"utility_data_velocity": "Instant"
}
}