---
title: "Create a borrower"
method: POST
path: "/api/applicants/borrowers"
tags: ["borrowers"]
---

# Create a borrower

`POST /api/applicants/borrowers`

Creates a new borrower profile attached to the organization.

## Request body

- CreateBorrowerRequest
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, email
  - `phone` string
  - `fico_score` integer
  - `ssn` string
  - `date_of_birth` string
  - `citizenship` string
  - `marital_status` string

## Response `200`

Successful response

- CreateBorrowerResponse
  - `ok` true, required
  - `borrower` object, required
    - `id` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `422` — Validation error
- `500` — Internal server error

---

[API](https://skmtc.net/brrrr-loans/apis/dscr-ai-api.md) · [All operations](https://skmtc.net/brrrr-loans/apis/dscr-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brrrr-loans/dscr-ai-api/revisions/54d1434a778b/schema)
