Skip to main content

Here is `Common Fields`.
https://docs.revenuecat.com/docs/webhooks#common-fields

shows below.

  • id: Unique identifier of the event.

But, Webhooks's request body returns `app_id` instead of `id`.

`id` is wrong and `app_id` is correct, right?

Thanks.

There should be both an id and app_id field.

  • id is the unique identifier of the event
  • app_id is a unique identifier for you app

@ryan 

 Thanks your response.
You are right, Webhooks return both id and app_id. I am wrong, sorry.

 

Anyway, Webhooks documents do not explain about app_id anymore.

So, I think it’s required explanation about app_id in document.

Thanks.


Reply