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