Home > @vsf-enterprise/epcc-api > CustomerEndpoints
# CustomerEndpoints interface
Customer related API endpoints
Signature:
export interface CustomerEndpoints
# Methods
| Method | Description |
|---|---|
| customerSignIn(context, params) | Authenticate customers with email and password. |
| getCustomer(context, params) | Get a customer by id. |
| logoutCustomer(context) | Logs out the current customer |
| registerCustomer(context, params) | Creates the customer. |
| resetPassword(context, params) | Generates a link that can be used to reset the customer's password. |
| setNewPassword(context, params) | Sets the customer's new password after password reset. |
| updateCustomer(context, params) | Updates the data of the current customer. |