Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
The email of the customer to be updated from.
The new email of the customer.
Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
Errors
Returned with
messages: "Validation Error" when the request body fails
validation (e.g. missing fromEmail or toEmail).Returned with
messages: "Email {fromEmail} tidak terdaftar sebagai customer"
when no customer matches fromEmail.