Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Success
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": "2023-01-15T01:30:15.01Z",
"deletedAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z"
}
}
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": "2023-01-15T01:30:15.01Z",
"deletedAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
Show child attributes