cURL
curl --request GET \ --url https://jobs-api.registercheck.de/api/v2/persons/{person_id}/contact \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "full_name": "<string>", "first_name": "<string>", "last_name": "<string>", "city": "<string>", "birth_date": "<string>", "online_presence": { "avatar_url": "<string>", "socials": { "linkedin_url": "<string>", "instagram_url": "<string>", "facebook_url": "<string>", "twitter_url": "<string>", "crunchbase_url": "<string>", "website_url": "<string>" }, "phone_number": "<string>", "email_addresses": [ "<string>" ], "summary": "<string>" }, "found": true, "message": "<string>" }
Get contact and social media information about a person by their id.
Enter your API key
Successful Response
Response model for person contact/social media information
Was this page helpful?