Updates an existing customerβs information.
This endpoint allows you to modify customer details while preserving their core information.
id
: Customer UUID (required) - Must be a valid UUID formatPATCH /api/v0/customers/123e4567-e89b-12d3-a456-426614174000
{
"first_name": "John",
"last_name": "Smith",
"phone_number": "+1-987-654-3210",
"customer_type": "Small Business"
}
Your secret API key. Keep this secure and never expose it in client-side code.
Customer unique identifier (UUID)
"cust_123e4567-e89b-12d3-a456-426614174000"
Customer update data
The body is of type object
.
Successfully updated customer