curl --request GET \
--url https://api.tryarchitect.com/v0/persons \
--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
}List people.
curl --request GET \
--url https://api.tryarchitect.com/v0/persons \
--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
}API key authentication for the External Actor Gateway
Was this page helpful?