namestringrequired
valuestringrequired
Set cookies and redirects to cookie list.
curl --request GET \
--url https://shared-services.kong-sales-engineering.com/echo/cookies/set// \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json'Set cookies and redirects to cookie list.Returns different image formats
An image.
curl --request GET \
--url https://shared-services.kong-sales-engineering.com/echo/image \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json'An image.A JPEG image.
curl --request GET \
--url https://shared-services.kong-sales-engineering.com/echo/image/jpeg \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json'A JPEG image.A PNG image.
curl --request GET \
--url https://shared-services.kong-sales-engineering.com/echo/image/png \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json'A PNG image.