---
title: "Get Cards By User"
method: POST
path: "/card/get-all"
---

# Get Cards By User

`POST /card/get-all`

## Headers

- `api-key` string, required
- `Authorization` string, required

## Request body

- object
  - `userId` string, required — The unique Id of the user whose cards are to be fetched
  - `limit` integer, required — The limit of the results for paging, starting at the offset. Limit is always capped at 100.
  - `offset` integer, required — The offset value for pagination, indicating the initial number of items to be returned from the data set satisfying the given criteria. Omit this parameter to fetch the first page of results.

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/versions/63e57aa7df45/schema)
