httpbin ​
HTTP request/response testing service. Perfect for debugging and testing API integrations.
| Detail | Value |
|---|---|
| Category | Testing |
| Base URL | https://httpbin.org |
| Authentication | None |
| Endpoints | 8 |
| Connector key | httpbin |
Using httpbin in a workflow ​
- Go to Connections and click New Connection.
- Pick httpbin from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /get | Returns GET data |
| POST /post | Returns POST data |
| PUT /put | Returns PUT data |
| DELETE /delete | Returns DELETE data |
| GET /status/{codes} | Return status code |
| GET /headers | Returns request headers |
| GET /ip | Returns origin IP |
| GET /user-agent | Returns user-agent string |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.