---
title: "List provider accesses"
method: GET
path: "/rest/accesses"
tags: ["Accesses"]
---

# List provider accesses

`GET /rest/accesses`

List all connected provider accesses of user.

## Query parameters

- `embed` string

## Parameters

- `#/paths/~1catalog/get/parameters/0` — unresolved $ref

## Response `200`

- object[]
  - `id` Schema, required — unresolved $ref
  - `access_method_id` AccessMethodId, required — unresolved $ref
  - `consent` Consent — unresolved $ref
  - `credential` Schema, required — unresolved $ref
  - `created_at` string, date-time, required — Entity creation timestamp.
  - `auth_methods` object[], required — List of supported methods for payment initiation and authentication.
    - `id` MethodId, required — unresolved $ref
    - `type` 'SMS_OTP' | 'PUSH_OTP' | 'CHIP_OTP' | 'PHOTO_OTP' | 'DECOUPLED', required — Type of authentication method.
    - `name` string, required — Name of the authentication method as used by the financial provider.
  - `selected_auth_method` Items — unresolved $ref
  - `auto_sync` boolean, required — Indicates if the access is automatically synchronized.
  - `save_pin` boolean, required — Indicates if the provider credentials are saved for this access.
  - `status` Status, required — unresolved $ref
  - `provider` 1 — unresolved $ref
  - `access_method` Items — unresolved $ref

## Other responses

- `401` — unresolved $ref

---

[API](https://skmtc.net/qwist/apis/finx-api.md) · [All operations](https://skmtc.net/qwist/apis/finx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qwist/finx-api/revisions/b75f5c1aa39e/schema)
