---
title: "Verify a card"
method: PUT
path: "/api/v1/cards/{cardId}/verify"
tags: ["Cards"]
---

# Verify a card

`PUT /api/v1/cards/{cardId}/verify`

## Path parameters

- `cardId` string, required

## Response `204`

Successful verification of card

## Other responses

- `400` — Invalid/Incomplete Request
- `401` — Request was unauthorized
- `403` — Forbidden access to the card, user not authorized to verify the card
- `404` — Card could not be found

---

[API](https://skmtc.net/getguru/apis/guru-api.md) · [All operations](https://skmtc.net/getguru/apis/guru-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getguru/guru-api/revisions/9090a01dfe1a/schema)
