This application is a development tool for scenarios where you need a publicly available HTTPS endpoint for webhooks destined for your application, and/or need to inspect incoming requests before manually pushing them to your application. It provides a user-friendly interface to view, process, and delete webhook messages as needed.
When a webhook is received, it is stored in our database for your convenience. You can easily access the received messages and see the headers and body of each webhook for better visibility and control.
**Important Warning:** Any data submitted to the API will be visible on the public internet. Please do not submit sensitive or confidential information. Additionally, note that any submitted data can be deleted by anyone, so do not rely on it persisting.
To send API requests, use the following endpoint:
POST https://receiver.gigabitsit.co.uk/api/public-receiver
To view the messages received by the public receiver, click the link below:
View Public Receiver Messages