customers
Retrieve a person
Retrieve a person by ID.
get/persons/{id}
Path parameters
idstring required
The ID of the person.
The ID of the person.
Response
OK
Example response
{
"date_of_birth": "1988-04-12"
}Retrieve a person by ID.
The ID of the person.
The ID of the person.
OK
{
"date_of_birth": "1988-04-12"
}