Feel free to reach techsupport@surepass.io for any technical support or guidance.
client_id), allowing your application to proceed without waiting for the judicial database to respond.client_id returned during initialization to poll the fetch endpoint and retrieve completed case details. This decoupled pattern ensures your integration remains stable regardless of upstream judicial database latency or load.client_id returned by the initialize endpoint before polling the fetch endpoint. Never assume the result is ready immediately after initialization.cnr_number format on the client side (e.g., SCIN010412962025) before calling the API to reduce unnecessary requests and improve response times.client_id values: Log all client_id values with associated request metadata for traceability, debugging, and compliance audit trails.429 Too Many Requests responses. Design your integration to respect rate limit headers.cnr_number to initialize, receive a client_id, then poll the fetch endpoint with that client_id until status transitions from pending to completed and full case data is returned.client_id and originating cnr_number in your database immediately after initialization. This allows background workers or webhooks to retrieve results asynchronously without relying on a live user session.client_id, then a background worker polls the fetch endpoint on a schedule until the result is ready. Once status is completed, the structured case data is extracted and pushed to your risk, compliance, or case management system — all without blocking your primary user-facing flow.