---
title: "Detalhes da Captura"
method: GET
path: "/concessions/{concession_id}"
---

# Detalhes da Captura

`GET /concessions/{concession_id}`

Este recurso retorna informações sobre uma captura / cessão de títulos.

## Path parameters

- `concession_id` string, required

## Query parameters

- `p[page]` string
- `p[per_page]` string

## Response `200`

200

- object
  - `data` object
    - `id` string
    - `type` string
    - `attributes` object
      - `createdAt` string
      - `updatedAt` string
      - `status` string
      - `type` string
      - `fromAccount` object
        - `data` object
          - `id` integer
          - `type` string
          - `attributes` object
            - `agency` string
            - `accountNumber` string
            - `documentNumber` string
      - `toAccount` object
        - `data` object
          - `id` integer
          - `type` string
          - `attributes` object
            - `agency` string
            - `accountNumber` string
            - `documentNumber` string
      - `access` object
        - `data` object
          - `id` string
          - `type` string
          - `attributes` object
            - `createdAt` string
            - `updatedAt` string
            - `expiresAt` string
            - `status` string
            - `agreeType` string
      - `charges` object
        - `data` object[]
          - `id` string
          - `type` string
          - `attributes` object
            - `clientControlNumber` string
            - `receiptNumber` string
            - `status` string
            - `value` string
            - `dueDate` string
            - `transferState` string
            - `payer` object
              - …

## Other responses

- `401` — 401

---

[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)
