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.
Documentation IndexFetch the complete documentation index at: https://docs.tryarchitect.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tryarchitect.com/llms.txt
Use this file to discover all available pages before exploring further.
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?