Hi folks,
I’m receiving web hooks on my app but the web hook data structure is slight different from the one defined here:
Example:
{
"exp": 1693915983,
"dat": {
"client_id": "....",
"user_id": .....,
"account_id": ....,
"slug": "...",
"app_id": ...,
"app_version_id": ...,
"install_id": ....,
"is_admin": true,
"is_view_only": false,
"is_guest": false,
"user_kind": "admin"
}
}
Any suggestions?
The app is not listed on the marketplace.
Cheers
rmrodrigues.