---
title: "List card requests"
method: GET
path: "/card-requests"
tags: ["Card Requests"]
---

# List card requests

`GET /card-requests`

## Query parameters

- `page` integer
- `perPage` integer
- `status` union
  - string
  - string[]
- `owner` union
  - string
  - string[]
- `budget` union
  - string
  - string[]
- `balance` union
  - string
  - string[]
- `search` string
- `from` string, date-time
- `to` string, date-time

## Response `200`

OK

- object
  - `message` string, required
  - `status` boolean, required
  - `error` boolean, required
  - `data` object
    - `cardRequests` CardRequest[]
      - `code` string
      - `status` string
      - `firstName` string
      - `lastName` string
      - `owner` User
        - `code` string
        - `firstName` string
        - `lastName` string
        - `middleName` string, nullable
        - `email` string, email
        - `name` string — Display name
        - `status` string
        - `role` string, nullable
      - `requestedBy` User
        - `code` string
        - `firstName` string
        - `lastName` string
        - `middleName` string, nullable
        - `email` string, email
        - `name` string — Display name
        - `status` string
        - `role` string, nullable
      - `budget` CodeRef — code + name
        - `code` string
        - `name` string
      - `balance` CodeRef — code + name
        - `code` string
        - `name` string
      - `atmWithdrawals` boolean
      - `posTransaction` boolean
      - `onlineTransaction` boolean
      - `contactlessTransaction` boolean
      - `city` string, nullable
      - `state` string, nullable
      - `postalCode` string, nullable
      - `country` string, nullable
      - `created_at` string, date-time
      - `updated_at` string, date-time
    - `meta` PaginationMeta
      - `page` integer
      - `perPage` integer
      - `total` integer
      - `hasMore` boolean
      - `nextPage` integer, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/bujeti/apis/bujeti-public-api.md) · [All operations](https://skmtc.dev/bujeti/apis/bujeti-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bujeti/bujeti-public-api/revisions/d2850fc5f576/schema)
