Webhook definition
POST
/
- Credit Limit Notification
- Low Data Notification__- Async Order
Custom Header for Payload Signing
airalo-signature
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'Content-Type: application/json'
Response Response Example
// Credit Limit Notification Example
{
"message": "Surpassed 80% of the credit limit balance",
"remaining": 225.35
}
// Low Data Notification Example
{
"level": "3days", // possible values "1days", "3days", "75%", "90%"
"package_name": "bonbon-7gb-10days",
"remaining_percentage": 43,
"iccid": "87123123456889019"
}
Request
Header Params
Content-Type
string
required
Example:
application/json
Responses
Modified at 2024-12-17 16:59:32