Debugging RESTful API
If you need to integrate for example IoT devices, you need maybe to check why the device is not able to connect to the server processing your location data or other data from a LoRaWAN Tracker or any other IoT device.
For this there's a very good service to see what kind of requests the IoT device or a middleware is making during an uplink of the data.
Beeceptor
With beeceptor you Build mock APIs in a few seconds, Inspect & Intercept HTTP requests.
With the free plan you can create 50 requests/day, see the pricing here: https://beeceptor.com/pricing
Very interesting is the inspection of HTTP request, check it out: https://beeceptor.com/docs/inspect-http-request-payloads/
PostBin
Programmatically Test your API Clients or Webhooks.
RequestBin
Inspect webhooks and HTTP requests.
Get a URL to collect HTTP or webhook requests and inspect them in a human-friendly way.
Optionally connect APIs, run code and return a custom response on each request.