Skip to main content
If your webhook server goes down for a while and you need to fetch the events that occurred during the down time you can use the following endpoint:
GET https://api.rhino.fi/webhook/user-events-cursor
The endpoint is authenticated and it takes a few query parameters:
  • sinceTimestamp: you’ll receive all the events that happened after this timestamp
  • pageToken: token you received from a previous request to fetch the next page
  • pageSize: how many events you want to receive per page (max 50)
Full API spec
The page + limit based endpoint previously described on this page is deprecated and will be removed soon. Please use the cursor based endpoint described above.