Skip to main content
GET
/
api
/
metastore
/
domains
Get domains
curl --request GET \
  --url https://aiapi.{client}.nx1cloud.com/api/metastore/domains \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Successful Response