Reconciliation Apis
| Method | Endpoint | Auth | Description |
|---|---|---|---|
| POST | /api/v1/reconciliation/runs | OPERATIONS | Start |
| GET | /api/v1/reconciliation/exceptions | OPERATIONS | Exceptions |
Example Request
{
"example": "See service documentation for full schemas"
}
Example Response
{
"id": "uuid",
"status": "SUCCESS",
"correlation_id": "uuid"
}
All write endpoints require Idempotency-Key header where applicable.