Echo Service

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.

Returns a simple SVG image.

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

Response

200

An SVG image.

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

Returns a simple WEBP image.

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

Response

200

A WEBP image.

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