---
title: "Get card statuses"
method: GET
path: "/wallet/v1/cards/statuses"
tags: ["Card status"]
---

# Get card statuses

`GET /wallet/v1/cards/statuses`

Get all possible card statuses, including those used for card reissuing.

**Note:** This endpoint takes an account token - an access token encoded with a Pismo account ID.

## Response `200`

Card statuses list

- string[] — All card statuses

## Other responses

- `401` — Access token is missing or invalid
- `403` — The request has been lost
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
