GET
/
persons
/
{person_id}
/
contact
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>"
}

Authorizations

Authorization
string
header
required

Enter your API key

Path Parameters

person_id
string
required

Response

200
application/json

Successful Response

Response model for person contact/social media information