ArgorantDocs

Get a person

gethttps://app.argorant.com/api/people/{person_id}
GET
/api/people/{person_id}

Fetch a single contact record by its stable record_id. Email and direct fields are masked unless the plan and permissions allow reveal.

Authorization

BearerAuth
AuthorizationBearer <token>

Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.

In: header

Path Parameters

person_id*string

The record_id returned by search.

Response Body

application/json

application/json

application/json

Shell
curl -X GET "https://app.argorant.com/api/people/p_8d4ba3d46cc885007c38e437"
JSON
{  "record_id": "p_8d4ba3d46cc885007c38e437",  "full_name": "Alex Schneider",  "title": "VP of Sales",  "company": "Evenito",  "company_domain": "evenito.com",  "industry": "Software Development",  "country": "Switzerland",  "verification": "valid",  "email": "a••••@evenito.com"}