Skip to main content
GET
/
v1
/
account-types
List Account Types
curl --request GET \
  --url https://api.domo.com/v1/account-types \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

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 Account Types to return in the list. The default is 50 and the maximum is 500.

offset
number

The offset of the Account Types to begin list of Account Types within the response.

Response

200 - application/json

Returns all Account Type objects that meet argument criteria from original request.

id
string
name
string