---
title: "Solicitar acesso do Cedente"
method: POST
path: "/concessions/assignors"
---

# Solicitar acesso do Cedente

`POST /concessions/assignors`

Este recurso permite a solicitação de acesso a base de cobranças de um cedente.

## Request body

- object
  - `accountNumber` string — Número da conta Grafeno do cedente.
  - `documentNumber` string — Número do CPF ou CNPJ do cedente.

## Response `200`

200

- object
  - `data` object
    - `id` string
    - `type` string
    - `attributes` object
      - `createdAt` string
      - `updatedAt` string
      - `status` string
      - `agency` string
      - `accountNumber` string
      - `documentNumber` string
      - `name` string
      - `agreeType` string

## Other responses

- `401` — 401
- `422` — 422

---

[API](https://skmtc.net/grafeno/apis/api-v2-grafeno.md) · [All operations](https://skmtc.net/grafeno/apis/api-v2-grafeno/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grafeno/api-v2-grafeno/revisions/20f928f6933f/schema)
