Customers
Retrieve a specific customer using a unique customer reference
Retrieve a specific customer using a unique customer reference. This identifier can be found in the response obtained after creating a new customer, it starts by C, e.g: C0000000
get/customers/{customerId}
Path parameters
customerIdstring required
ID of customer to fetch
Query parameters
statusesstring[]
Customer statuses allowed when fetching the customer
Response
OK
Example response
{
"id": "C00000001",
"associates": [
{
"documentInfo": [
{
"uploadedDate": "2017-01-28T01:01:01+0000"
}
]
}
],
"documentInfo": [
{
"uploadedDate": "2017-01-28T01:01:01+0000"
}
],
"createdDate": "2017-01-28T01:01:01+0000",
"delegate": {
"id": "D0000001",
"roleId": "R02002M5",
"partner": "R0000001",
"created": "2017-01-28T01:01:01+0000",
"updated": "2017-01-28T01:01:01+0000"
},
"complianceSector": "Agency Lite Consumer"
}