---
title: "Retrieve all auth requests for a user"
method: GET
path: "/auth-requests"
tags: ["auth-requests"]
---

# Retrieve all auth requests for a user

`GET /auth-requests`

Requires **auth_requests:read** scope.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Auth Request Response

- object
  - `data` AuthRequest[]
    - `id` string, uuid, required — The id of the auth request
    - `redirectUri` string — The redirect uri sent when creating the auth request
    - `createdAt` string, date-time, required — The date that the auth request was created.
    - `bankId` string, required — The id of the bank
    - `userId` string — The id of the user
    - `scope` string, required — The scope sent when creating the auth request
    - `connectionId` string — Id of the connection
    - `paymentId` string, uuid — Id of the payment when the auth request had the payment scope
    - `syncId` string — Id of the initial sync, can be used to check status of sync
    - `status` 'complete' | 'pending' | 'error' | 'deleted', required — The status of the auth request
  - `meta` Meta
    - `limit` integer
    - `offset` integer
    - `total` integer

## Other responses

- `401` — Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token
- `403` — Unsuccessful Response - Forbidden - Invalid scopes

---

[API](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service.md) · [All operations](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhubenterprise/moneyhub-identity-service/revisions/8841721f7aae/schema)
