---
title: "Renew a Card"
method: POST
path: "/api/v1/cards/{publicToken}/renew"
tags: ["Cards"]
---

# Renew a Card

`POST /api/v1/cards/{publicToken}/renew`

## Path parameters

- `publicToken` string, required

## Request body

- RenewCardRequest — Request model for renewing a card
  - `renewStep` 'Renew' | 'Migrate' | 'RenewWithSameExpiry', nullable — Flag to denote what step the user is taking in the renewal process.
  - `freetext1` string, nullable — Fulfilment additional text field
  - `freetext2` string, nullable — Fulfilment additional text field

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.dev/thredd/apis/core-cards.md) · [All operations](https://skmtc.dev/thredd/apis/core-cards/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thredd/core-cards/revisions/841f62def5bf/schema)
