sensible-so · Example Payload

Sensible So List Extractions Example

Sensible So List Extractions Example is an example object payload from sensible-so, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse_200

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.sensible.so/v0/extractions?limit=2",
    "headers": {
      "Authorization": "Bearer YOUR_API_KEY"
    }
  },
  "response_200": {
    "items": [
      {
        "id": "b84bd1c8-113e-4e1e-8462-379f0dde2abf",
        "type": "bank_statement",
        "configuration": "chase_personal_checking",
        "environment": "production",
        "status": "COMPLETE",
        "created_at": "2026-05-25T14:02:15.122Z",
        "coverage": 0.93,
        "review_status": "APPROVED"
      },
      {
        "id": "5093c65f-05bd-46a3-8df7-da3ed00f6d35",
        "type": "1040s",
        "configuration": "1040_long_form",
        "environment": "production",
        "status": "COMPLETE",
        "created_at": "2026-05-25T14:05:11.014Z",
        "coverage": 0.88,
        "review_status": "UNREVIEWED"
      }
    ],
    "continuation_token": "MjAyNi0wNS0yNVQxNDowNToxMS4wMTRaXzUwOTNjNjVm"
  }
}