Skip to main content
GET
/
hub
/
integrations
/
{integration_id}
/
oauth-config
Get OAuth configuration
curl --request GET \
  --url https://api.quiva.ai/hub/integrations/{integration_id}/oauth-config \
  --header 'Authorization: Bearer <token>'
{
  "integration_id": "slack",
  "name": "Slack API",
  "scopes": "channels:read",
  "subject": "ms.integration.oauth.config.slack"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme

Path Parameters

integration_id
string
required

Integration identifier

Response

OAuth configuration

integration_id
string
Example:

"slack"

name
string
Example:

"Slack API"

scopes
string
Example:

"channels:read"

subject
string
Example:

"ms.integration.oauth.config.slack"