Skip to main content
GET
/
v1
/
accounts
List Accounts
curl --request GET \
  --url https://api.domo.com/v1/accounts \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "valid": true,
  "type": {
    "id": "<string>",
    "properties": {}
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
number

The number of Accounts to return in the list. The default is 50 and the maximum is 500.

offset
number

The offset of Accounts to begin the list of Accounts within the response.

Response

200 - application/json

Returns all Accounts objects that meet argument criteria from original request.

id
string
name
string
valid
boolean
type
object