---
title: "RevenueCat webhook"
method: POST
path: "/api/webhooks/revenuecat"
tags: ["Webhooks", "Commerce and purchases"]
---

# RevenueCat webhook

`POST /api/webhooks/revenuecat`

Handles RevenueCat purchase events. Use Authorization: Bearer with REVENUECAT_WEBHOOK_SECRET.

## Request body

- object
  - `event` object
    - `type` string
    - `app_user_id` string
    - `product_id` string

## Response `200`

{ received: true }

---

[API](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api.md) · [All operations](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-sports-ecosystem/d-sports-api/revisions/cbc84b00330e/schema)
