View all your end-customers at a glance.
The GET EndCustomerList endpoint allows customers to retrieve a complete list of all end-customers they have created within the FincoEnergies platform. This feature will provide an organized overview of your end-customer profiles, making it easier to manage and allocate insetting credits. By accessing this list, you'll be able to quickly review and select the appropriate end-customer for credit allocations.
Default request:
Parameters:
- No parameters
Request body:
- No input fields required
Default response:
200: Default response
{
"EndCustomer": [
{
"Name": "Example Customer 1",
"Address": "Example Street 1"
},
{
"Name": "Example Customer 2",
"Address": "Example Street 2"
},
{
"Name": "Example Customer 3",
"Address": "Example Street 3"
}
]
}
404: Not found error response
{
"error": "No Customers found."
}
422: Validation error response
{
"error": "Description of validation error."
}
500: Default error response
{
"error": "Description of the error(s) that occurred."
}
504: Timeout error response
{
"error": "Timeout waiting for response"
}