Echo Service

Echo Service

1.0.0OAS 3.0

A simple HTTP Request & Response Service.

API Base URL
  • Server 1:https://shared-services.kong-sales-engineering.com/echo
Security
basicAuth (http)

Basic authentication is a simple authentication scheme built into the HTTP protocol.
To use it, send your HTTP requests with an Authorization header that contains the word Basic
followed by a space and a base64-encoded string username:password.

Example: Authorization: Basic ZGVtbzpwQDU1dzByZA==

Anything

Returns anything that is passed to request

Returns anything passed in request data.

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

Response

200

Anything passed in request

get/anything
 
200