Echo Service

Returns a simple WEBP image.

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

Response

200

A WEBP image.

get/image/webp
 
200

Redirects

Returns different redirect responses

Absolutely 302 Redirects n times.

get
https://shared-services.kong-sales-engineering.com/echo/absolute-redirect/{n}

Path Parameters

nrequired

Response

302

A redirection.

get/absolute-redirect/{n}
 
302

302/3XX Redirects to the given URL.

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

Query Parameters

urlstringrequired
status_code

Response

302

A redirection.

get/redirect-to
 
302

302/3XX Redirects to the given URL.

put
https://shared-services.kong-sales-engineering.com/echo/redirect-to

Body

multipart/form-data
urlstringrequired
status_code

Response

302

A redirection.

put/redirect-to

Body

{ "url": "url" }
 
302