For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Claim

Returns a single claim by Claim Uuid.

Get Claim

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

Returns a single claim by Claim Uuid that belongs to the partner.

Path Parameters

Name
Type
Description

partnerCode*

String

eg. XYZ999

Headers

Name
Type
Description

Authorization*

String

Bearer {{JWT token}}

{
    "data": {
        "id": "fd98bfd5-7702-4ede-afdc-78686b3bdfb9",
        "claimReference": "4TWMV-G8VLC-CLA",
        "bookingReference": "9PAL3-VWCMR-INS",
        "quoteReference": "13f16533-df9e-4095-92af-142134ee43c9",
        "status": {
            "category": "Submitted"
        }
    }
}
{
    "type": "exception",
    "message": "Resource 'Claim' with given UUID fd98bfd5-7702-4ede-afdc-78686b3bdfb8 not found"
}

Last updated

Was this helpful?