Skip to main content

All Claims

Get all the claims made by your clients and your provider’s response on your integration. reviews, settlements & documents properties are not included in the response body.

GET /api/v1/client/claims

Query param

authorization : *bearer
REQUEST BODY SCHEMA: application/json


NameDescriptionRequiredType
cleintIdFilter claims by client id. Example: clientId=626a9b13925a10db2b597420 Requiredstring
limitNumber of items to return per page. Example: limit=50Not Requirednumber
pagePage Number. Example: page=1Not Requirednumber

Response

CodeDescription
200List of client's claims
409Unauthorized

Response Sample

Content type
application/json
[
{
"statusCode": 200,
"success": true,
"data": [
{}
],
"paginator": {
"itemsCount": 0,
"offset": 0,
"limit": 0,
"pageCount": 0,
"page": 0,
"pagingCounter": 0,
"hasPrevPage": true,
"hasNextPage": true,
"prevPage": 0,
"nextPage": 0
}
}
...
]