POST | /v1/entities | Create or retrieve an entity |
GET | /v1/entities/{entity_id} | Retrieve an entity |
POST | /v1/entities/{entity_id}/identity-links | Link identity |
POST | /v1/entities/{entity_id}/consents | Record consent |
POST | /v1/entities/{entity_id}/transactions | Ingest transactions (Idempotency-Key) |
POST | /v1/entities/{entity_id}/feature-snapshots | Feature snapshots |
GET | /v1/entities/{entity_id}/audit-trail | Entity audit trail |
POST | /v1/underwrite | Request an underwriting decision (Idempotency-Key) |
GET | /v1/decisions/{decision_id} | Retrieve a decision |
GET | /v1/decisions/{decision_id}/replay | Replay policy evaluation |
POST | /v1/decisions/{decision_id}/reviews | Submit human review |
POST | /v1/decisions/{decision_id}/outcomes | Record outcomes |
GET | /v1/usage | Usage summary |
POST | /v1/webhook-test | Send a test webhook |