cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/persons/search \ --header 'x-api-key: <api-key>'
{ "hasMore": true, "items": [ { "personId": "<string>", "name": "<string>", "email": "<string>", "domain": "<string>", "slug": "<string>", "phoneNumber": "<string>", "linkedinProfileUrl": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ], "nextCursor": "<string>", "totalCount": 4503599627370495 }
Search people.
API key authentication for the External Actor Gateway
cursor parameter
limit parameter
query parameter
Successful operation
Show child attributes
1
0 <= x <= 9007199254740991
Was this page helpful?