cURL
curl --request GET \ --url https://api.domo.com/v1/accounts/{ACCOUNT_ID} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "valid": true, "type": { "id": "<string>", "properties": {} } }
Retrieves the details of an existing account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Account
Returns an Account object if a valid Account ID was provided. When requesting, the Account Type object will not contain any properties.
Show child attributes