OpenAPI 3.1.0raw.githubusercontent.com2026-08-0462198511.0 KB

250f4b477cbf

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

OR

Example response

{
  "date_of_birth": "1988-04-12"
}