Skip to content

httpbin ​

HTTP request/response testing service. Perfect for debugging and testing API integrations.

DetailValue
CategoryTesting
Base URLhttps://httpbin.org
AuthenticationNone
Endpoints8
Connector keyhttpbin

Using httpbin in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick httpbin from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /getReturns GET data
POST /postReturns POST data
PUT /putReturns PUT data
DELETE /deleteReturns DELETE data
GET /status/{codes}Return status code
GET /headersReturns request headers
GET /ipReturns origin IP
GET /user-agentReturns user-agent string

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.