---
title: "Claim Card As Copilot"
method: PUT
path: "/cards/{cardId}/copilots/claim"
tags: ["Card Copilots"]
---

# Claim Card As Copilot

`PUT /cards/{cardId}/copilots/claim`

Claim a card to become the new cardholder for this card. You need to be a copilot of the respective card to claim the card.

**Note: the copilots feature is available for `TRAVEL` cards only.**

## Path parameters

- `cardId` string, uuid, required

## Request body

- object
  - `cardholderId` string, uuid — The ID of the cardholder to assign as the new cardholder of the card.

## Response `202`

Accepted

- object
  - `cardId` string, uuid — The ID of the card.
  - `cardholderId` string, uuid — The ID of the cardholder assigned as the new cardholder of the card.
  - `copilots` object, nullable — The copilot also has access to the card and its card details alongside with the cardholder of the card itself.
    - `cardholderIds` string[] — The IDs of the cardholders assigned as copilots to the card.
    - `teamIds` string[] — The IDs of the teams assigned as copilots to the card.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
