API reference
The tenant's claims.
Flow guide: Claims and adjustment
Authorization
bearerFixtureToken AuthorizationBearer <token>
Token fixture del sandbox. Hay tres: acceso completo, sólo lectura y otra organización — para poder ejercitar 200, 403 y 404 cross-tenant. Ninguno es un secreto.
In: header
Query Parameters
cursor?string
Opaco. Usá el nextCursor de la página anterior; construirlo a mano se rompe cuando cambie la paginación.
limit?integer
Range
1 <= value <= 250Default
25Header Parameters
x-ucotron-tenant-id?string
Organización. Si viene, tiene que coincidir con la de la credencial: un header que la sobreescribiera sería el propio bypass.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/claims"{ "data": [ { "claimId": "claim_sbox_83d381c9", "aoiId": "aoi_sbox_f0c86d81", "peril": "hail", "status": "under_review", "eventWindow": { "start": "2026-01-14T20:00:00.000Z", "end": "2026-01-14T23:00:00.000Z" }, "claimedLossUsd": 42000, "syntheticReporterRef": "synthetic_adjuster_sbox_001" } ], "page": { "nextCursor": null, "previousCursor": null, "limit": 25, "hasMore": false }}