userstringrequired
passwdstringrequired
Auth methods
Sucessful authentication.
curl --request GET \
--url https://shared-services.kong-sales-engineering.com/echo/basic-auth// \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json'Sucessful authentication.Sucessful authentication.
curl --request GET \
--url https://shared-services.kong-sales-engineering.com/echo/bearer \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json'Sucessful authentication.auth or auth-int
Sucessful authentication.
curl --request GET \
--url https://shared-services.kong-sales-engineering.com/echo/digest-auth/// \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json'Sucessful authentication.auth or auth-int
MD5, SHA-256, SHA-512
Default:MD5
Sucessful authentication.
curl --request GET \
--url https://shared-services.kong-sales-engineering.com/echo/digest-auth////MD5 \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json'Sucessful authentication.