Coverage Status API
Eiger web service for customer policy coverage status
CoverageStatus
GET
https://{baseurl}/customers/customer/api/coverage
This endpoint allows you to get customer policy coverage status.
Query Parameters
Name
Type
Description
country
string
Customer Name
partner
string
Partner Name
customer_id
string
Customer id
plan_code
boolean
PlanCode
Headers
Name
Type
Description
EIGER-SESSION-ID
string
Web Service Token API Generated Value
EIGER-TOKEN
string
Web Service Token API Generated Value
EIGER-API-REQUEST-TYPE
string
REST
Accept
string
application/json
Content-Type
string
application/json
{
"status": "SUCCESS",
"errorcode": "0000",
"coverage_status": "Active",
"message": "Claim Updated Successfully",
"errors": null
}
Last updated
Was this helpful?