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