Solved

Webhooks document shows `id` but return `app_id` in fact

  • 27 October 2021
  • 2 replies
  • 35 views

Badge +7

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.

icon

Best answer by ryan 27 October 2021, 19:08

View original

2 replies

Badge +7

@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.

Userlevel 5
Badge +9

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

Reply