---
title: "POST /revenuecat/webhook"
method: POST
path: "/revenuecat/webhook"
tags: ["RevenueCatWebHook"]
---

# POST /revenuecat/webhook

`POST /revenuecat/webhook`

## Request body

- RevenueCatWebHookBody
  - `api_version` string, nullable
  - `event` RevenueCatWebhookEvent
    - `type` string
    - `app_id` string, nullable
    - `app_user_id` string, nullable
    - `original_app_user_id` string, nullable
    - `aliases` string[]
    - `product_id` string, nullable
    - `entitlement_ids` string[]
    - `expiration_at_ms` integer, nullable
    - `grace_period_expiration_at_ms` integer, nullable
    - `purchased_at_ms` integer, nullable
    - `auto_resume_at_ms` integer, nullable
    - `is_trial_conversion` boolean, nullable
    - `cancel_reason` string, nullable
    - `expiration_reason` string, nullable
    - `transferred_from` string[]
    - `transferred_to` string[]
    - `transaction_id` string, nullable
    - `period_type` string, nullable
    - `original_transaction_id` string, nullable
    - `store` string, nullable
    - `environment` string, nullable
    - `renewal_number` integer, nullable

## Response `200`

---

[API](https://skmtc.dev/poolmathapp/apis/my-title.md) · [All operations](https://skmtc.dev/poolmathapp/apis/my-title/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/poolmathapp/my-title/revisions/f50b2025f204/schema)
