curl --request GET \
--url https://api.tryarchitect.com/v0/accounts \
--header 'x-api-key: <api-key>'{
"hasMore": true,
"items": [
{
"accountId": "<string>",
"domain": "<string>",
"name": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"latestActivityAt": "<string>",
"linkedPersonsCount": 4503599627370495
}
],
"nextCursor": "<string>",
"totalCount": 4503599627370495
}List accounts.
curl --request GET \
--url https://api.tryarchitect.com/v0/accounts \
--header 'x-api-key: <api-key>'{
"hasMore": true,
"items": [
{
"accountId": "<string>",
"domain": "<string>",
"name": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"latestActivityAt": "<string>",
"linkedPersonsCount": 4503599627370495
}
],
"nextCursor": "<string>",
"totalCount": 4503599627370495
}API key authentication for the External Actor Gateway
cursor parameter
includeEmptyOnly parameter
limit parameter
Was this page helpful?