cURL
curl --request PUT \ --url https://api.monigo.co/v1/customers/{customer_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "metadata": {}, "name": "<string>" } '
{}
Updates the name, email, or metadata of an existing customer
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Customer ID
Customer update fields
OK
The response is of type object.
object