Skip to main content
GET
/
api
/
data
/
v1
/
accounts
Get All Accounts
curl --request GET \
  --url https://{instance}.domo.com/api/data/v1/accounts \
  --header 'X-DOMO-Developer-Token: <api-key>'
[
  {
    "accountId": "{account_id}",
    "displayName": "Account 1"
  },
  {
    "accountId": "{account_id}",
    "displayName": "Account 2"
  }
]

Documentation Index

Fetch the complete documentation index at: https://domoinc-arun-raj-connectors-domo-480626-update-new-field-mi.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-DOMO-Developer-Token
string
header
required

Developer token for authentication.

Response

A list of accounts.

accountId
string

The unique identifier for the account.

displayName
string

The display name of the account.