Skip to main content
GET
/
api
/
extensions
/
atlan
/
workflows
/
v1
/
connection-mappings
GetConnectionMappings
curl --request GET \
  --url https://developer.synq.io/api/extensions/atlan/workflows/v1/connection-mappings \
  --header 'Authorization: Bearer <token>'
{
  "mappings": [
    {
      "atlanConnectionQualifiedName": "<string>",
      "synqDataPlatformIdentifier": {
        "athena": {
          "instance": "<string>",
          "catalog": "<string>"
        }
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.synq.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Success

mappings
ConnectionMapping · object[]