v1
latestOpenAPI 3.0.32026-07-248079274.0 KBCustomers
Retrieve a customer
Retrieves a customer using the unique customer_id. This identifier can be found in the response after creating a new customer.
get/customers/{customer_id}
Path parameters
customer_idstring uuid required
Unique ID assigned by Acquired.com for the customer.
Query parameters
filterstring
Filter the parameters that you want to return within the response.
Response
OK
Example response
{
"reference": "customer_number_00001",
"first_name": "Edward",
"last_name": "Johnson",
"dob": "1988-10-03",
"custom_data": "L3BheW1lbnQtbGlua3MgcGF5IGN1c3RvbV9kYXRh",
"billing": {
"address": {
"line_1": "152 Aldgate Drive",
"city": "London",
"postcode": "E1 7RT",
"country_code": "GB"
},
"email": "ejohnson@acquired.com",
"phone": {
"country_code": "44",
"number": "2039826580"
}
},
"shipping": {
"address": {
"line_1": "152 Aldgate Drive",
"city": "London",
"postcode": "E1 7RT",
"country_code": "GB"
},
"email": "ejohnson@acquired.com",
"phone": {
"country_code": "44",
"number": "2039826580"
}
}
}