---
title: "Report a Card as lost"
method: POST
path: "/api/v1/cards/{cardId}/lost"
tags: ["Card Management"]
---

# Report a Card as lost

`POST /api/v1/cards/{cardId}/lost`

## Path parameters

- `cardId` string, required

## Response `200`

Card marked as lost successfully

- object
  - `status` 'Card marked as lost successfully', required

## Other responses

- `401` — Unauthorized Error
- `404` — No card found
- `409` — Card is already marked as lost
- `500` — Internal Server Error

---

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