v1

latestOpenAPI 3.0.02026-07-268955283.0 KB

Create a private scoring job for a customer

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

post/private-scoring/{customerId}

Path parameters

customerIdstring required

A unique identifier for the customer

Response

The scoring job has been created

jobIdstring

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.