You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that when calling the webhook setup state call, I receive this in the body of the POST call:
{
"consumer": "Consumer",
"state": "User exists and has resources",
"states": [
"User exists and has resources"
],
"params": {}
}
I see the key params and I do not really know how to populate that. I also do not know the meaning of states. Is there any docs for this? I have not been able to found any.