cURL
curl --request PUT \ --url https://api.keymint.dev/customer/by-id \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "email": "jsmith@example.com", "customerId": "<string>" }'
{ "action": "updateCustomer", "status": true, "code": 0 }
Updates an existing customer’s information including name and email address
Access token for API authentication
Customer updated successfully
The response is of type object.
object