---
title: "Cadastra nova reivindicação/portabilidade de chave Pix"
method: POST
path: "/pix/dict/claim"
---

# Cadastra nova reivindicação/portabilidade de chave Pix

`POST /pix/dict/claim`

## Request body

- object
  - `key` string — Chave que deseja realizar a reivindicação/portabilidade
  - `keyType` string — Tipo da chave
  - `account` string, required — Número da conta que ira realizar a solicitação de portabilidade ou reivindicação de chave
  - `claimType` string, required — Tipo de operação

## Response `200`

200

- object
  - `version` string
  - `status` string
  - `body` object
    - `id` string
    - `claimType` string
    - `key` string
    - `keyType` string
    - `claimerAccount` object
      - `participant` string
      - `branch` string
      - `account` string
      - `accountType` string
    - `claimer` object
      - `personType` string
      - `taxId` string
      - `name` string
    - `donorParticipant` string
    - `createTimestamp` string
    - `completionPeriodEnd` string
    - `resolutionPeriodEnd` string
    - `lastModified` string
    - `confirmReason` string
    - `cancelReason` string
    - `cancelledBy` string
    - `donorAccount` object
      - `account` string
      - `branch` string
      - `taxId` string
      - `name` string

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `500` — 500
- `504` — 504

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
