Echo Service

Returns anything passed in request data.

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

Response

200

Anything passed in request

patch/anything
 
curl --request PATCH \
  --url https://shared-services.kong-sales-engineering.com/echo/anything \
  --header 'Authorization: Basic Og==' \
  --header 'Content-Type: application/json'
200
Anything passed in request

Returns anything passed in request data.

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

Path Parameters

anythingstringrequired

Response

200

Anything passed in request

get/anything/{anything}
 
curl --request GET \
  --url https://shared-services.kong-sales-engineering.com/echo/anything/ \
  --header 'Authorization: Basic Og==' \
  --header 'Content-Type: application/json'
200
Anything passed in request

Returns anything passed in request data.

put
https://shared-services.kong-sales-engineering.com/echo/anything/{anything}

Path Parameters

anythingstringrequired

Response

200

Anything passed in request

put/anything/{anything}
 
curl --request PUT \
  --url https://shared-services.kong-sales-engineering.com/echo/anything/ \
  --header 'Authorization: Basic Og==' \
  --header 'Content-Type: application/json'
200
Anything passed in request

Returns anything passed in request data.

post
https://shared-services.kong-sales-engineering.com/echo/anything/{anything}

Path Parameters

anythingstringrequired

Response

200

Anything passed in request

post/anything/{anything}
 
curl --request POST \
  --url https://shared-services.kong-sales-engineering.com/echo/anything/ \
  --header 'Authorization: Basic Og==' \
  --header 'Content-Type: application/json'
200
Anything passed in request

Returns anything passed in request data.

delete
https://shared-services.kong-sales-engineering.com/echo/anything/{anything}

Path Parameters

anythingstringrequired

Response

200

Anything passed in request

delete/anything/{anything}
 
curl --request DELETE \
  --url https://shared-services.kong-sales-engineering.com/echo/anything/ \
  --header 'Authorization: Basic Og==' \
  --header 'Content-Type: application/json'
200
Anything passed in request