cURL
curl --request GET \ --url https://{domo_instance}.domo.com/api/data/v1/accounts/{account_id} \ --header 'X-DOMO-Developer-Token: <api-key>'
{ "accountId": "{account_id}", "displayName": "Account Display Name", "status": "Active" }
Retrieve information for a specific account by its ID.
Developer token for authentication.
The unique identifier for the account.
Account information retrieved successfully.
Represents a Domo account.
The display name of the account.
The status of the account.
"Active"