v12

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

Get OAuth configuration

Get OAuth configuration for a specific integration

get/hub/integrations/{integration_id}/oauth-config

Response

OAuth configuration

integration_idstring
namestring
scopesstring
subjectstring

Example response

{
  "integration_id": "slack",
  "name": "Slack API",
  "scopes": "channels:read",
  "subject": "ms.integration.oauth.config.slack"
}