---
title: "Link Account"
method: PATCH
path: "/card/link-account"
---

# Link Account

`PATCH /card/link-account`

Link a card to a different account

## Headers

- `api-key` string, required
- `Authorization` string, required

## Request body

- object
  - `cardId` string, required — The unique Id of the card you want to fetch. The Create Card endpoint returns a cardId parameter
  - `accountId` string, required — The accountId of the account to which you wish to link this card. This must be an account that is currently UNLINKED

## Response `200`

200

## Other responses

- `400` — 400
- `409` — 409

---

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