cURL
curl --request GET \ --url https://jobs-api.registercheck.de/api/v2/persons/{person_id} \ --header 'Authorization: Bearer <token>'
{ "person": { "id": "<string>", "slug": "<string>", "full_name": "<string>", "first_name": "<string>", "last_name": "<string>", "city": "<string>", "birth_date": "<string>", "birth_year": 123, "birth_month": 123, "profiles": [ { "id": "<string>", "is_confirmed": true, "confidence_score": 123, "type": "representative", "is_general_partner": true, "company_id": "<string>" } ] } }
Get detailed information about a person by its id.
Enter your API key
Successful Response
Response model for person detail endpoint
Was this page helpful?