---
title: "Create a private scoring job for a customer"
method: POST
path: "/private-scoring/{customerId}"
---

# Create a private scoring job for a customer

`POST /private-scoring/{customerId}`

Computes a private score for a customer. Returns a jobId to poll for results.

## Path parameters

- `customerId` string, required

## Response `200`

The scoring job has been created

- object
  - `jobId` string — The jobId to reference when checking if the scoring is done
  - `status` 'READY' | 'LOADING_MORE' | 'NOT_READY' | 'NO_CONNECTIONS_FOUND' — READY - job created, all connections active. LOADING_MORE - job created, additional connections still syncing. NOT_READY - no active connections, only connected. NO_CONNECTIONS_FOUND - no connections at all.

## Other responses

- `400` — Validation error
- `500` — Internal server error

---

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