Has anyone a simple example of using curl or Go to access the API?
I'm a developer, and want to get started exploring the API, but the examples Mr Google shows me all fail with "Cannot convert access token to JSON" (;-))
My team is using the CLI, domoUtil-2.43.jar and I have an authentication token which happily works with
(echo connect -t ${ACCESS_TOKEN} -s indexexchange.domo.com; \
echo list-datasource) |\
java -jar ./domoUtil-2.43.jar
I, on the other hand, want to query with curl or Golang, so we can get some specific information about upload dates, but
curl -v -i -H 'Content-Type: application/json'
-H 'Accept: application/json'
-H "Authorization: bearer ${ACCESS_TOKEN}
'https://api.domo.com/v1/datasets?sort=name&offset=2&limit=10'
return a failure, www-authenticate: Bearer realm="oauth2-resource", error="invalid_token", error_description="Cannot convert access token to JSON"
Does anyone have a know working example using curl or wget? In the meantime, I'll try an unoficial Golang library from Jumbo.
Best Answer
-
Have you looked at this page? https://developer.domo.com/docs/authentication/overview-4
All of their exampels are actually using curl, and they show you how to start with authentication, authorization, etc.
1
Answers
-
Have you looked at this page? https://developer.domo.com/docs/authentication/overview-4
All of their exampels are actually using curl, and they show you how to start with authentication, authorization, etc.
1
Categories
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 472 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 477 Datasets
- 198 Visualize
- 254 Beast Mode
- 2.1K Charting
- 11 Variables
- 17 Automate
- 354 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 247 Distribute
- 63 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 176 Product Ideas
- 1.2K Ideas Exchange
- 12 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive