cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/accounts/{account_id} \ --header 'x-api-key: <api-key>'
{ "accountId": "<string>", "domain": "<string>", "name": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "latestActivityAt": "<string>", "linkedPersons": [ { "personId": "<string>", "name": "<string>", "email": "<string>", "domain": "<string>", "slug": "<string>", "phoneNumber": "<string>", "linkedinProfileUrl": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ] }
Retrieve a specific account by ID.
API key authentication for the External Actor Gateway
account_id parameter
Successful operation
1
^account_[a-z0-9]{26}$
Canonical account domain
1 - 255
^\+[1-9]\d{1,14}$
Show child attributes
Was this page helpful?