Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HerePath Parameters
string
required
The unique identifier of the customer to update. Obtain it from
GET /hl/v2/customers or GET /hl/v2/customers/detail.Request Body
string
required
The new email of the customer.
Response
Successful ResponseMain Structure (Root)
integer
Status code form API.
string
Status message that describes the status code.
Errors
object
Returned with
messages: "Validation Error" when the request body fails
validation (for example a missing or invalid toEmail).object
Returned with
messages: "Customer not found" when no customer matches the
uuid path parameter.