Skip to main content
This API allows interaction with various Domo data operations, including retrieving, creating, and managing accounts.

GET Account by ID

Playground

Method: GET
Endpoint: /api/data/v1/accounts/{account_id}
Example:
Parameters: Response:
Description of the Response with an example of the data

GET all accounts

Playground

Method: GET
Endpoint: /api/data/v1/accounts/
Example:
Response:
Description of the Response with an example of the data

Search Accounts by Name

Playground

Method: POST
Endpoint: /api/search/v1/query
Example:
Parameters: Response:
Description of the Response with an example of the data

Create Account

Playground

Method: POST
Endpoint: /api/data/v1/accounts
Example:
Parameters: Response:
Description of the Response with an example of the data