DENT Gigastore Documentation
  • Introduction
  • Start with Gigastore
    • Create an Account
    • Add Credits
    • Configure Inventory
    • Set Up Auto Top-Up for Credits
  • Technical Integration
    • API Integration
    • SDK Integration
  • API
    • Getting started
    • Open API Specification
    • Postman Collection
    • API Authentification
    • Offering Packages
    • Countries API
    • Supported Devices API
    • Customers
    • First Package
    • eSIM Profiles
    • Top-up
    • Package Refund
    • Error Handling
  • Webhooks
    • First Steps
    • eSIM Status
    • Balance Alert
    • Country Change
  • iOS SDK
    • First Steps
    • Download SDK
    • Enable Direct Installation
    • iOS Universal Link
    • Integrate SDK
    • Prepare eSIM Installation
    • Install eSIM
  • Android SDK
    • First Steps
    • Download SDK
    • Enable Direct Installation
    • Integrate SDK
    • Prepare eSIM Installation
    • Install eSIM
    • Testing
  • SDK Webhooks
    • Activation Request
    • Customer Registration
  • Guidelines
    • UX Guide
  • Customer support
    • Gigastore for Support Teams
    • Connectivity
    • Changing Device
    • Package Refund
Powered by GitBook
On this page

Was this helpful?

  1. Webhooks

eSIM Status

PreviousFirst StepsNextBalance Alert

Last updated 1 year ago

Was this helpful?

DENT 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".

Please add your server URL on . Only HTTPS server URLs are allowed.

Request Parameters

Attribute

Type

Example

Info

iccid

string

89361123300836129514

-

imsi

string

260216611193634

-

profileState

string

INSTALLED

-

eid

string

74088234238931452

Optional field

Sample request

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

DENT Gigastore