Skip to main content
POST
/
v1
/
webhooks
/
apple-iap
Apple App Store Server Notifications V2 receiver
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.

Body

application/json
signedPayload
string
required

JWS containing notification payload (header.payload.signature)

Response

Webhook processed