Search for a Claim
Path
GET /claims/search
Request Parameters
X-Client-Reference
array
Client reference header
items
string
claimNumber
string
claim number to search for
customerNumber
string
customer number given by the client to search for
contractNumber
string
contract number to search for
invoiceNumber
string
invoice number to search for
ssn
string
social security number to search for (only supported for countries where people have an SSN)
Responses
Request Example
null
Response Example
{
"items": [
{
"status": "PROCESSING",
"claimNumber": "731770919",
"customerNumber": "K1644779365",
"invoiceNumbers": [
"I1724732257"
],
"availableActions": [
"CREATE_RECALL"
],
"customerDisplayName": "Eldridge Howe",
"additionalProperties": {}
}
],
"pagination": {
"totalItems": 0,
"additionalProperties": {}
},
"additionalProperties": {}
}