Echo Service

Sets a cookie and redirects to cookie list.

get
https://shared-services.kong-sales-engineering.com/echo/cookies/set/{name}/{value}

Path Parameters

namestringrequired
valuestringrequired

Response

200

Set cookies and redirects to cookie list.

get/cookies/set/{name}/{value}
 
curl --request GET \
  --url https://shared-services.kong-sales-engineering.com/echo/cookies/set// \
  --header 'Authorization: Basic Og==' \
  --header 'Content-Type: application/json'
200
Set cookies and redirects to cookie list.

Images

Returns different image formats

Returns a simple image of the type suggest by the Accept header.

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

Response

200

An image.

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

Returns a simple JPEG image.

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

Response

200

A JPEG image.

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

Returns a simple PNG image.

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

Response

200

A PNG image.

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