Skip to main content
PUT
Update customer

Authorizations

Authorization
string
header
required

Use your account's Secret Key as the Bearer token.

Path Parameters

uuid
string
required

Customer UUID.

Body

application/json
name
string
Maximum string length: 255
Example:

"John Doe"

first_name
string
Maximum string length: 255
Example:

"John"

last_name
string
Maximum string length: 255
Example:

"Doe"

email
string<email>
Maximum string length: 255
prefix
string

Phone country prefix (e.g. +34).

Example:

"+34"

phone
string
Example:

"612345678"

locale
string

Customer's preferred locale.

Example:

"es"

tag
string
Maximum string length: 100
metadata
object

Response

Updated customer

id
integer
self
string
Example:

"/2.0/customers/abc123"

uuid
string
type
string | null
name
string | null
first_name
string | null
last_name
string | null
email
string<email> | null
prefix
string | null
Example:

"+34"

phone
string | null
tag
string | null
metadata
object | null
created_at
string<date-time> | null
connections
object

Hypermedia links to related resources.