Skip to main content
GET
/
hub
/
integrations
/
oauth-connections
List OAuth connections
curl --request GET \
  --url https://api.quiva.ai/hub/integrations/oauth-connections \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "access_token": "eyJhbGciOiJSUzI1Ni...",
      "expires_in": 1800,
      "expiry": "2025-05-29T17:09:39.816102+01:00",
      "modified": 1748533179,
      "refresh_token": "ulpL_...",
      "sequence": 85,
      "subject": "ms.integration.oauth.AC75JGNMJHTRQNXCBDMIAJCJ57HAEWP2RGWXJCIFFGW2K64OKG267A2D.xero.demo",
      "token_type": "Bearer"
    },
    {
      "access_token": "eyJhbGciOiJSUzI1NiIs...",
      "expires_in": 1800,
      "expiry": "2025-05-29T17:11:54.397804+01:00",
      "modified": 1748533314,
      "refresh_token": "pSn5h...",
      "sequence": 86,
      "subject": "ms.integration.oauth.AC75JGNMJHTRQNXCBDMIAJCJ57HAEWP2RGWXJCIFFGW2K64OKG267A2D.xero.maria",
      "token_type": "Bearer"
    }
  ],
  "results_total": 2
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme

Response

List of OAuth connections

results
object[]
results_total
integer
Example:

2