{ "opencollection": "1.0.0", "info": { "name": "Azure Synapse Analytics - Access Control AzureADOnlyAuthentications GitIntegration API", "version": "2020-12-01" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "GitIntegration", "type": "folder" }, "items": [ { "info": { "name": "Azure Synapse Analytics Get GitHub access token", "type": "http" }, "http": { "method": "POST", "url": "https://{workspaceName}.dev.azuresynapse.net/getGitHubAccessToken", "params": [ { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get the GitHub access token for the workspace Git integration." } ] } ], "bundled": true }