curl --request GET \
--url https://developer.synq.io/api/extensions/atlan/integrations/v1 \
--header 'Authorization: Bearer <token>'
{
"integration": {
"workspace": "<string>",
"id": "<string>",
"atlanTenantUrl": "<string>",
"atlanApiToken": "<string>",
"isValid": true,
"isActive": true,
"createdAt": "1s",
"deletedAt": "1s"
}
}
curl --request GET \
--url https://developer.synq.io/api/extensions/atlan/integrations/v1 \
--header 'Authorization: Bearer <token>'
{
"integration": {
"workspace": "<string>",
"id": "<string>",
"atlanTenantUrl": "<string>",
"atlanApiToken": "<string>",
"isValid": true,
"isActive": true,
"createdAt": "1s",
"deletedAt": "1s"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object
.