APIs for webhooks inbox

I’m not able to find the API to GET request the webhooks events for requestbin.

Use case:

  1. Create a requestbin.
  2. Stream data from External source to above created request bin.
  3. Use requestbin API to GET the events.

Currently, I’m using the below API. IS this correct?
https://requestbin-api.pipedream.com/api/v2/events/<account_id>

Any idea on this? Can anyone help?