Activation Request
To approve an eSIM activation via SDK, you need to implement this callback on your server. If the client is allowed to install an eSIM, a successful response is expected from our backend. DENT is sending the webhook as a POST request.
Please provide your server URL to your DENT contact. Only HTTPS server URLs are allowed.
Request Parameters
Attribute
Type
Example
Info
inventoryItemId
string
1_GB
userToken
string
USER_TOKEN_1234567
metaTag
string
myTag
The metaTag you provided in
activationId
string
1e0da3933156
A unique id provided for reference.
Sample Request
Response Parameters
Attribute
Type
Limitation
returnCode
string
"SUCCESS" or "FAIL"
returnMessage
string
-
Sample Response
Your server should always return 200.
Last updated