Webhook Simulator
POST
/v1/simulator/webhook
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/simulator/webhook' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "low_data_notification",
"type": "expire_1",
"iccid": "8997212330099025334"
}'
Response Response Example
{
"success": "Notification sent"
}
Request
Header Params
Authorization
string
required
Example:
Bearer {{token}}
Body Params application/json
Responses
Modified at 2024-11-22 09:33:20