---
title: "Step 4 - Get contracts for sign"
method: GET
path: "/v2.1/contract/{customerServiceNumber}"
tags: ["Credit Request"]
---

# Step 4 - Get contracts for sign

`GET /v2.1/contract/{customerServiceNumber}`

# Get contracts for sign
>* Get the contracts for a proposal to be signed
>* NOTE: Client_id is blocked if this call is made to the same CPF over 50 times in the same hour
>>* Pegar os contratos de uma proposta a serem assinados
>>* OBS: Client_id é bloqueado caso esta chamada seja realizada para o mesmo CPF acima de 50 vezes na mesma hora

## Path parameters

- `customerServiceNumber` string, required

## Response `200`

Success

- GetContract
  - `customerServiceNumber` string — ID do processo
  - `contracts` ContractBody[] — Contrato(s) a ser/serem assinado(s)
    - `checksum` string — Validador a ser assinado no envio do contrato
    - `contract` string — contrato em base64

## Other responses

- `400` — Data validation error
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found
- `409` — Conflict - request can't be executed for user

---

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