Update Customer

Update a customer's details.

Updates an existing customer's details. Only the fields you include in the request will be updated.

Endpoint

PATCH /v1/customers/:prop

Authentication

Header
Value

x-api-key

Your API key

Path parameters

Parameter
Type
Description

prop

string

Customer UUID, email address, or refCode

Request body

All fields are optional — include only the fields you want to update.

Field
Type
Required
Description

firstName

string

No

Updated first name

lastName

string

No

Updated last name

phoneNumber

string

No

Updated phone number (E.164 format)

Example request

Example response

Last updated