v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
EndUserIntegrations

Get PDFs

Get list of PDFs for a specified end user

get/api/end_users/{end_user_id_or_heron_id}/pdfs

Path parameters

end_user_id_or_heron_idstring required

The end_user_id or heron_id of EndUser to upload

Query parameters

with_processed_resultsboolean

Include processed results where applicable per pdf

Response

OK

Example response

{
  "pdfs": [
    {
      "account_id": "checking_account_202348",
      "created": "2026-07-23T19:53:47.257444",
      "currency": "USD",
      "end_user": {
        "heron_id": "eus_WAcrEUnGkmMjYoRJBRbpwc"
      },
      "filename": "my-favourite.pdf",
      "heron_id": "pdf_kfwFjLM8PT5LyGvnJdXL8H",
      "last_updated": "2026-07-23T19:53:47.257489",
      "notes": "failed to send to external OCR provider",
      "reference_id": "my-favourite-pdf",
      "status": "processed"
    }
  ]
}