v4

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

Get customer

get/customers/{uuid}

Path parameters

uuidstring required

Customer UUID.

Response

Customer details

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"
}