v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBGet customer information
Get customer by customer number
This operation will return customer data related to given customer number
get/v3/customerNumber/{customerNumber}
Path parameters
customerNumberstring required
The customer number of which customer you want fetch details on
Query parameters
auditUserstring required
The audit user to log the request
Response
Successful retrieval of customer details
Example response
{
"email": "info@enfuce.com",
"phoneNumber": "+35821010001",
"mobileNumber": "+358401234567",
"customerNumber": "ABCDEFGH123456789",
"regNo": "19560606-1234",
"screening": {
"status": true,
"statusLastUpdated": "2025-01-28"
},
"address": {
"address1": "Kings street 12",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands"
},
"temporaryAddress": {
"address1": "Kings street 12",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands"
},
"role": "PRIVATE",
"riskScore": "Med",
"name": "My example account name",
"customerRepresentative": "Mrs Smith",
"registration": {
"authority": "Patent and Registration Office",
"registrationDate": "2023-05-03"
},
"bankruptcyDate": "2023-05-03"
}