Skip to main content
GET
/
api
/
query
/
migration
/
federated
/
v1
/
to
/
v2
/
accounts
/
{integration-type}
cURL
curl 'https://{domo-domain}/api/query/migration/federated/v1/to/v2/accounts/{integration-type}' \
  -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}'
[
  {
    "id": "2",
    "type": "mysql-federated",
    "name": "mysql v2 agent"
  },
  {
    "id": "1",
    "type": "mysql-federated",
    "name": "mysql v2"
  }
]

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo access token that you can generate in the admin panel from within your Domo instance.

Path Parameters

integration-type
string
required

One of the in-use federated integration types returned from the List Federated Integration Types API.

Response

200 - application/json

Successful response

id
string

Unique identifier of the Federated V2 account

type
string

Federated integration type

name
string

Name of the Federated V2 account