Interactive walkthrough of the Insidea × COG ISi document-upload flow against the SBOA test API: authenticate, verify the JWT, validate claim details, then upload attachments.
API reference: SBOA API Docs
Exchange the Insidea test email + passKey for a persistent JWT. Token expiration is disabled — the token stays valid until replaced.
Verifies the JWT is present and valid in the system before protected operations. In production this is how subsequent API calls authenticate (token on every request). Here we call it explicitly so you can see the check.
Confirms Operator SBOA ID and Claim Number exist, are associated, and are active. On failure, show a message and do not unlock upload. On success, unlock the document uploader.
POST documents to the ISi Document Endpoint for the validated claim. Allowed: doc, docx, pdf, xls, xlsx, jpg, jpeg, gif, png. ISi then emails Email2Notes so the existing pipeline saves files and creates Diary Tasks.
Get Token → Use Token → Validate ID (ISi webhook with token + SBOA ID + Claim Number).Upload Claim Attachments multipart POST.