Customer
GET /api/customer
/api/customer
Get if the customer is registered.
Response Body
{
"registered": true
}
GET /api/customer/registration
/api/customer/registration
Get additional customer registration information.
Response Body
{
"privacy_notice": null,
"limited_warranty": null,
"grid_services": null,
"marketing": null,
"registered": true,
"timed_out_registration": false
}
Last updated