cases
get
/api/v1/cases
The organization's underwriting cases, paginated.
- Scope
cases:read- Rate limit
- 200 requests / min
- Idempotency
- read-only
Authentication
Send your key as Authorization: Bearer …. It must carry the scope cases:read; a key without it receives 403 forbidden.
Query parameters
applicant_typestring (enum)individualbusinessdate_fromstringpattern ^\d{4}-\d{2}-\d{2}$date_tostringpattern ^\d{4}-\d{2}-\d{2}$orderstring (enum)ascdescpageintegerdefault 1min 1per_pageintegerdefault 25min 1max 100productstringmax length 3025searchstringmax length 200sortstring (enum)created_atupdated_atamountstatusstatusstring (enum)pendingapproveddeclinedreviewinvitedallRequest body
This operation takes no request body.
Response
200application/jsondataSerializedCaseSummary[]requiredpaginationobjectrequiredpagenumberrequiredper_pagenumberrequiredtotalnumberrequiredtotal_pagesnumberrequiredErrors
The statuses this operation can return, with the error.code values behind each. Every error body is the shared envelope described under Errors in Getting started.
400validation_error401unauthorized403forbidden429rate_limit_exceeded500internal_error