Skip to main content
This reference is generated from Clausum’s OpenAPI specification. Each endpoint includes a request builder you can run from the page.

Base URL

Dedicated API hostnames may be assigned by your account team — use only the URL you were given.

Authentication

Create partner keys under Conexiones → Claves API. Ingest keys on Entrada (webhooks). Paste a secret key into the playground Authorization field to try requests live.

Discoverability endpoints

No auth required:
  • GET /api/v1/assess — pay-in field catalog, amount rules, resilience codes (version 1.3.0)
  • GET /api/v1/assess/payout — payout field catalog
  • GET /api/v1/health — service status

Endpoint groups

Pay-in assess

POST /api/v1/assess — checkout scoring.

Payout assess

POST /api/v1/assess/payout — disbursement scoring.

Fraud

POST /api/v1/report-fraud — confirm fraud.

Blocklists

CRUD — dashboard JWT.

Cases

Regulatory expedientes — dashboard JWT.

Ingest

POST /api/webhooks/ingestclm_wh_* only.

Stripe

POST /api/webhooks/stripe — provider adapter.

Health

GET /api/v1/health.
New integrators: start with Quickstart then Real-time assessment.