---
title: "Unblock card"
method: PUT
path: "/cards/{cardId}/unblock"
tags: ["Card", "Swipe"]
---

# Unblock card

`PUT /cards/{cardId}/unblock`

## Path parameters

- `cardId` string, uuid, required — The unique identifier for the card whose status you want to change from **BLOCKED** to **ACTIVE**.

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Response `204`

Successfully unblock card

## Other responses

- `400` — Invalid inputs
- `404` — Card not found

---

[API](https://skmtc.net/reap-global/apis/reap-api.md) · [All operations](https://skmtc.net/reap-global/apis/reap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap-global/reap-api/revisions/525072733e02/schema)
