People
Get person
Returns a person by their profile ID, including their profile details and external links.
Path Parameters
profileId*integer
The unique identifier of the person's profile.
Range
0 < valueResponse Body
application/json
application/json
curl -X GET "https://example.com/person/1"{ "id": 1, "title": "Head of Operations", "companyId": 3, "companyName": "Initech", "email": "john@initech.com", "firstName": "John", "lastName": "Appleseed", "externalLinks": [ { "url": "https://www.linkedin.com/in/john-appleseed", "objectType": "person", "type": "linkedin" } ]}{ "code": "string", "error": "string", "issues": [ { "message": "string", "path": "string" } ]}