customers
Get Customer
get/v2/customers/{id}
Path parameters
idstring required
Example:cust_yWYfCSzsUUhr9KwMv7vuLZHX
Response
Successful Response
Example response
{
"id": "cust_yWYfCSzsUUhr9KwMv7vuLZHX",
"country": "FR",
"created": "UniqueId123",
"date_birth": "1950-05-04",
"email": "test@test.com",
"external_id": "UniqueId123",
"legal_id": "AA732A82C93V20",
"mobile": "+33100000000",
"name": "Arthur Martin",
"billing_address": "addr_yWYfCSzsUUhr9KwMv7vuLZHX",
"shipping_address": "addr_yWYfCSzsUUhr9KwMv7vuLZHX"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.