Skip to main content
PUT
Update a customer

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Path Parameters

customer_id
string
required

Customer UUID

Body

application/json
email
string
Example:

"john@example.com"

phone
string
Example:

"+2348012345678"

first_name
string
Example:

"John"

last_name
string
Example:

"Doe"

metadata
object

Response

Customer updated successfully.