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
When I configure a webhook, the types of payloads I receive are of type "event_callback". I would like to be able to retrieve the uri of the actual event from this but it looks like there is no way to do this in the Java client.
I can curl a uri for the event_callback like this one: /events/EV7ed4d1ea981d11e390b4026ba7cac9da/callbacks/CB2MVeINcRs89EQz9N1anTPs
This returns a json with an event_uri field which I can then use to retrieve the event.
Need to be able to do this through the Java client.
The text was updated successfully, but these errors were encountered:
When I configure a webhook, the types of payloads I receive are of type "event_callback". I would like to be able to retrieve the uri of the actual event from this but it looks like there is no way to do this in the Java client.
I can curl a uri for the event_callback like this one: /events/EV7ed4d1ea981d11e390b4026ba7cac9da/callbacks/CB2MVeINcRs89EQz9N1anTPs
This returns a json with an event_uri field which I can then use to retrieve the event.
Need to be able to do this through the Java client.
The text was updated successfully, but these errors were encountered: