Available Endpoints
Here is a postman collection you can use to start making calls to the Retail Data API.
| Endpoint Names | Endpoints | Endpoint Description |
|---|---|---|
| Authorization API | https://api.domo.com/oauth/token?grant_type=client_credentials&scope=data | The Authorization API is necessary to use whenever you need to call the Retail Data API. Once a successful call is made the it will return an access token that is valid for a limited amount of time. A valid access token is necessary with every call made to the Retail Data API. |
| Available Datasets tables | **https://api.domo.com/v1/datasets ** | Using this endpoint with a valid access point will list all of the data sets that are available to you. |
| Retail Data API | https://api.domo.com/v1/datasets/query/execute/[Dataset_IDs] Ticketline Dataset: | The Retail Data API allows you to call and receive data from the various Dataset Tables. Replacing the [Dataset IDs] with one of the various IDs available will return the data table associated with that ID. In order to get data from these endpoints, your credentials need to be provisioned to access the various datasets and a valid access token used while making the call. |
Updated about 1 month ago
