v4

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-04-277127123.7 KB
Customers

Update customer

put/customers/{uuid}

Path parameters

uuidstring required

Customer UUID.

Request body

namestring
first_namestring
last_namestring
emailstring email
prefixstring

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

phonestring
localestring

Customer's preferred locale.

tagstring
metadataobject

Example request

{
  "name": "Name Test",
  "email": "john@example.com"
}

Response

Updated customer

idinteger
selfstring
uuidstring
typestring nullable
namestring nullable
first_namestring nullable
last_namestring nullable
emailstring email nullable
prefixstring nullable
phonestring nullable
tagstring nullable
metadataobject nullable
created_atstring date-time nullable
connectionsConnections

Hypermedia links to related resources.

Example response

{
  "self": "/2.0/customers/abc123",
  "prefix": "+34"
}