Skip to main content
GET
JavaScript

Get person information

Retrieve detailed information about a natural person including their name, date of birth, city of residence, age, and their roles across multiple companies. This endpoint aggregates data about a person’s management positions, providing a complete profile of their business activities. Cost: 10 credits

Authorizations

Authorization
string
header
required

API Key Authentication Provide your API key as a Bearer token in the Authorization header.

Path Parameters

person_id
string<uuid>
required

The id of the person

Response

Successfully retrieved person data

id
string
required

Unique person identifier. Example: cc78ab54-d958-49b8-bae7-2f6c0c308837

first_name
string
required

First name of the person.

last_name
string
required

Last name of the person.

date_of_birth
string<date> | null
required

Date of birth of the person. Format: ISO 8601 (YYYY-MM-DD) Example: "1990-01-01"

age
integer | null
required

Age of the person.

city
string
required

City of the person.

management_positions
object[]
required

Management positions of the person.