Returns a single claim by Claim Uuid.
Get Claim
GET
https://staging.api.xclaim.xcover.com/partners/{partnerCode}/claims/{claimUuid}
Returns a single claim by Claim Uuid that belongs to the partner.
Path Parameters
{
"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"
}