Skip to main content
GET
/
api
/
query
/
migration
/
integrations
/
types
cURL
curl 'https://{domo-domain}/api/query/migration/integrations/types' \
  -H 'accept: application/json,*/*;q=0.8' \
  -H 'accept-language: en-US,en;q=0.9' \
  -H 'cache-control: max-age=0' \
  -H 'X-DOMO-Developer-Token: {developer-token}'
[
  "BIGQUERY",
  "SNOWFLAKE"
]

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo access token generated from the admin panel

Response

200 - application/json

Successful response

Available options:
BIGQUERY,
SNOWFLAKE