cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/persons/{person_id} \ --header 'x-api-key: <api-key>'
{ "personId": "<string>", "name": "<string>", "email": "<string>", "domain": "<string>", "slug": "<string>", "phoneNumber": "<string>", "linkedinProfileUrl": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Retrieve a specific person by ID.
API key authentication for the External Actor Gateway
person_id parameter
Person created successfully
1
^\+[1-9]\d{1,14}$
Was this page helpful?