---
title: "List OAuth connections"
method: GET
path: "/hub/integrations/oauth-connections"
tags: ["Oauth"]
---

# List OAuth connections

`GET /hub/integrations/oauth-connections`

Get list of OAuth connections for the authenticated user

## Response `200`

List of OAuth connections

- OauthConnectionsList
  - `results` OauthConnection[]
    - `access_token` string — OAuth access token
    - `token_type` string — Token type (usually Bearer)
    - `refresh_token` string — OAuth refresh token
    - `expiry` string, date-time — Token expiration time
    - `expires_in` integer — Token expires in seconds
    - `sequence` integer — Message sequence number
    - `subject` string — Message subject
    - `modified` integer — Last modified timestamp
  - `results_total` integer

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway-3.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway-3/revisions/872d6eb3b682/schema)
