v12

latestOpenAPI 3.0.0raw.githubusercontent.com2025-11-282935165.9 KB
Oauth

List OAuth configurations

Get list of all OAuth configurations

get/hub/integrations/oauth-config

Response

List of OAuth configurations

results_totalinteger

Example response

{
  "results": [
    {
      "integration_id": "slack",
      "name": "Slack API",
      "scopes": "channels:read",
      "subject": "ms.integration.oauth.config.slack"
    },
    {
      "integration_id": "xero",
      "name": "Xero API's",
      "scopes": "email,openid,profile,assets,assets.read,files,files.read,projects,projects.read",
      "subject": "ms.integration.oauth.config.xero"
    }
  ],
  "results_total": 2
}