> For the complete documentation index, see [llms.txt](https://api.stonestepag.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.stonestepag.com/coverage-status-api.md).

# Coverage Status API

## CoverageStatus

<mark style="color:blue;">`GET`</mark> `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                      |

{% tabs %}
{% tab title="200 Claim Updated successfully." %}

```
{
"status": "SUCCESS",
"errorcode": "0000",
"coverage_status": "Active",
"message": "Claim Updated Successfully",
"errors": null
}
```

{% endtab %}

{% tab title="404 Could not find matching this query." %}

```
{    "message": "Failed"}
```

{% endtab %}
{% endtabs %}
