Skip to main content
GET
/
hub
/
integrations
/
oauth-config
List OAuth configurations
curl --request GET \
  --url https://api.quiva.ai/hub/integrations/oauth-config \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "integration_id": "slack",
      "name": "Slack API",
      "scopes": "channels:read,chat:write,users: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"
    },
    {
      "integration_id": "google",
      "name": "Google Workspace",
      "scopes": "https://www.googleapis.com/auth/gmail.readonly,https://www.googleapis.com/auth/calendar",
      "subject": "ms.integration.oauth.config.google"
    }
  ],
  "results_total": 3
}

Documentation Index

Fetch the complete documentation index at: https://docs.quiva.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme

Response

List of OAuth configurations

results
object[]
results_total
integer
Example:

2