curl --request GET \
--url https://developer.synq.io/api/extensions/atlan/workflows/v1/connection-mappings \
--header 'Authorization: Bearer <token>'{
"mappings": [
{
"atlanConnectionQualifiedName": "<string>",
"synqDataPlatformIdentifier": {
"bigquery": {
"project": "<string>"
}
}
}
]
}curl --request GET \
--url https://developer.synq.io/api/extensions/atlan/workflows/v1/connection-mappings \
--header 'Authorization: Bearer <token>'{
"mappings": [
{
"atlanConnectionQualifiedName": "<string>",
"synqDataPlatformIdentifier": {
"bigquery": {
"project": "<string>"
}
}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
Show child attributes
DataPlatformIdentifier is a unique reference to a data platform integrated with Synq.