# eSIM Status

Gigastore is sending the webhook as POST request providing the users after they have installed an eSIM profile on a device. The request sends the users' ID and the eSIM profile status "**Installed**".

{% hint style="info" %}
Please add your server URL on [Gigastore](https://dent.giga.store/#/api). \
Only **HTTPS** server URLs are allowed.&#x20;
{% endhint %}

### Request Parameters <a href="#response-parameters" id="response-parameters"></a>

| Attribute    | Type   | Example              | Info           |
| ------------ | ------ | -------------------- | -------------- |
| iccid        | string | 89361123300836129514 | -              |
| imsi         | string | 260216611193634      | -              |
| profileState | string | INSTALLED            | -              |
| eid          | string | 74088234238931452    | Optional field |

#### Sample request <a href="#sample-response" id="sample-response"></a>

```
{
    "iccid": "89361123300836129514",
    "imsi": "260216611193634",
    "profileState": "INSTALLED",
    "eid": "74088234238931452",
}
```
