Skip to main content
POST
/
api
/
webhooks
/
revenuecat
RevenueCat webhook
curl --request POST \
  --url https://app.d-sports.org/api/webhooks/revenuecat \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "event": {
    "type": "<string>",
    "app_user_id": "<string>",
    "product_id": "<string>"
  }
}
'

Authorizations

Authorization
string
header
required

REVENUECAT_WEBHOOK_SECRET for /api/webhooks/revenuecat.

Body

application/json
event
object

Response

200

{ received: true }