cURL
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.
API key authentication for the External Actor Gateway
cursor parameter
includeEmptyOnly parameter
limit parameter
Successful operation
Show child attributes
0 <= x <= 9007199254740991
Was this page helpful?