Skip to main content
GET
/
api
/
v1
/
documents
Error
A valid request URL is required to generate request examples
{
  "documents": [
    {
      "id": "<string>",
      "amount": "<string>",
      "analysis_status": "pending",
      "appeal_deadline": "<string>",
      "created_at": "<string>",
      "days_until_deadline": 123,
      "denial_reason": "<string>",
      "document_type": "policy",
      "document_type_display": "<string>",
      "insurance_profile_id": "<string>",
      "is_manual_upload": true,
      "last_analyzed_at": "<string>",
      "provider_name": "<string>",
      "scan_status": "pending",
      "service_date": "<string>",
      "status": "denied",
      "title": "<string>",
      "within_appeal_window": true
    }
  ],
  "meta": {
    "current_page": 123,
    "per_page": 123,
    "total_pages": 123,
    "total_count": 123,
    "has_next": true,
    "has_prev": true
  }
}

Response

200 - application/json

OK

documents
object[]
required
meta
object
required