curl --request POST \
--url http://0.0.0.0:3000/v1/webhooks/apple-iap \
--header 'Content-Type: application/json' \
--data '
{
"signedPayload": "eyJhbGciOiJFUzI1NiIs..."
}
'{
"status": true,
"message": "Webhook handled successfully."
}Receives JWS-signed lifecycle notifications from Apple (subscriptions, renewals, refunds). The signature lives inside the JWS itself — no signature header is used.
curl --request POST \
--url http://0.0.0.0:3000/v1/webhooks/apple-iap \
--header 'Content-Type: application/json' \
--data '
{
"signedPayload": "eyJhbGciOiJFUzI1NiIs..."
}
'{
"status": true,
"message": "Webhook handled successfully."
}Documentation Index
Fetch the complete documentation index at: https://docs.unicontrol.me/llms.txt
Use this file to discover all available pages before exploring further.
JWS containing notification payload (header.payload.signature)
Webhook processed