🛫
XClaim API Partner Docs
  • Introduction
  • Authentication
  • Claim Creation Workflows
    • Appendix
  • First Notice Of Loss (FNOL)
    • Get Claim Selector
    • Get Claim Types
    • Get Fnol
  • Claims
    • Create a new Claim
    • List of all claims
    • Update an existing Claim
    • Get Claim
    • Claim Policy Details
    • List of claims by booking reference
    • List of claims by claim type
    • Claim Files
      • Upload File
      • Upload File for an Existing Claim
      • List of Files by Claim
      • Get File
      • Delete File
  • Webhooks
    • Overview
    • Verifying signatures
    • Claim Webhooks
  • Integrations
    • Cancel For Any Reason (CFAR)
    • Claim Eligibility
      • Get Claim Eligibility Check
Powered by GitBook
On this page
  1. Claims
  2. Claim Files

Get File

Get the details of a single file.

Get File

GET https://staging.api.xclaim.xcover.com/partners/{partnerCode}/claims/{claimUuid}/files/{fileUuid}

Get the details of a single file

Path Parameters

Name
Type
Description

partnerCode*

String

eg. XYZ999

Headers

Name
Type
Description

Authorization*

String

Bearer {{JWT token}}

{
    "data": {
        "id": "f2cf311d-63ff-4463-890a-ff2dc8629404",
        "claimId": "fd98bfd5-7702-4ede-afdc-78686b3bdfb9",
        "location": "claim_files/ef5035a2-52c3-11ee-9a20-a3470727dedc.pdf",
        "meta": {
            "dirname": ".",
            "basename": "dummy.pdf",
            "extension": "pdf",
            "filename": "dummy"
        },
        "createdAt": "2023-09-14T05:59:58+00:00",
        "updatedAt": "2023-09-14T06:00:12+00:00"
    }
}

{
    "type": "exception",
    "message": "Resource 'Claim' with given UUID fd98bfd5-7702-4ede-afdc-78686b3bdf99 not found"
}

{
    "type": "exception",
    "message": "No query results for model [App\\Models\\ClaimFile]."
}
PreviousList of Files by ClaimNextDelete File

Last updated 1 year ago