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