cURL
curl --request GET \ --url https://developer.synq.io/api/extensions/atlan/provider/v1/domains \ --header 'Authorization: Bearer <token>'
{ "domains": [ { "name": "<string>", "qualifiedName": "<string>", "parent": "<unknown>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes