---
title: "Digitalize Card"
method: PUT
path: "/cards/digitalize/{id}"
---

# Digitalize Card

`PUT /cards/digitalize/{id}`

Fetches required payload for Card Digitalization SDK for a specific card.

## Path parameters

- `id` string, required

## Response `200`

Card digitalization initiated successfully.

- object
  - `statusCode` integer — Status code of the response. `200` indicates a successful request.
  - `message` string — Human-readable description of the result.
  - `data` object — Response payload.
    - `status` string — Current status of the object.
    - `card` string — Associated card — an id, or a summary object on nested resources.

## Other responses

- `400` — Validation error.
- `401` — Authentication failed — missing or invalid API key.

---

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