Skip to main content
PUT
Update customer

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Path Parameters

id
string<uuid>
required

Customer UUID

Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json
businessId
string<uuid>
contactId
string<uuid> | null
type
string
name
string | null
email
string | null
phone
string | null
notes
string | null
status
string | null
customerSince
string<date-time> | null
data
object | null

Response

Customer updated successfully

data
object
required
meta
object
Last modified on August 9, 2026