Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

KrakenD Debug API

The Debug API from KrakenD — 2 operation(s) for debug.

KrakenD Debug API is one of 5 APIs that KrakenD publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Debug. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 2.9.0.

Requests are made against 2 base URLs: http://localhost:8080, http://localhost:8090.

3 operations 2 paths 1 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.9.0
Base URL
http://localhost:8080
Contact
License
Resource Areas
1

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Debug 3
GET
/__debug/{path}
KrakenD Debug endpoint
debugEndpoint 1 param → 200
POST
/__debug/{path}
KrakenD Debug endpoint (POST)
debugEndpointPost 1 param body → 200
GET
/__echo/
KrakenD Echo endpoint
echoEndpoint → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is EchoResponse (5 properties). Each schema is shown below with its type and property counts.

EchoResponse
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

krakend-debug-api-openapi.yml Raw ↑

Other APIs KrakenD publishes across the network.

KrakenD Async Agent
KrakenD Health API
KrakenD Metrics API