cURL
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 }
Get list of all OAuth configurations
JWT Authorization header using the Bearer scheme
List of OAuth configurations
Show child attributes
2