Echo Service

Returns a simple HTML document.

get
https://shared-services.kong-sales-engineering.com/echo/html

Response

200

An HTML page.

get/html
 
curl --request GET \
  --url https://shared-services.kong-sales-engineering.com/echo/html \
  --header 'Authorization: Basic Og==' \
  --header 'Content-Type: application/json'
200
An HTML page.

Returns a simple JSON document.

get
https://shared-services.kong-sales-engineering.com/echo/json

Response

200

An JSON document.

get/json
 
curl --request GET \
  --url https://shared-services.kong-sales-engineering.com/echo/json \
  --header 'Authorization: Basic Og==' \
  --header 'Content-Type: application/json'
200
An JSON document.

Returns some robots.txt rules.

get
https://shared-services.kong-sales-engineering.com/echo/robots.txt

Response

200

Robots file

get/robots.txt
 
curl --request GET \
  --url https://shared-services.kong-sales-engineering.com/echo/robots.txt \
  --header 'Authorization: Basic Og==' \
  --header 'Content-Type: application/json'
200
Robots file

Returns a simple XML document.

get
https://shared-services.kong-sales-engineering.com/echo/xml

Response

200

An XML document.

get/xml
 
curl --request GET \
  --url https://shared-services.kong-sales-engineering.com/echo/xml \
  --header 'Authorization: Basic Og==' \
  --header 'Content-Type: application/json'
200
An XML document.

Dynamic data

Generates random and dynamic data