customers
Retrieve a customer
Retrieve a customer by ID.
get/customers/{id}
Path parameters
idstring required
The ID of the customer.
The ID of the customer.
Response
OK
Example response
{
"date_of_birth": "1988-04-12T00:00:00Z",
"risk_score": "42.50"
}