This endpoint allows you to opt out of notifications regarding async orders.
Request
Body Params application/json
{
"type": "async_orders"
}
Request Code Samples
curl --location --request POST 'https://partners-api.airalo.com/v2/notifications/opt-out' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'url: https://partners-api.airalo.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "async_orders"
}'
Modified at 2025-08-22 13:55:11