Authorization
Prompts the user for authorization using bearer authentication.
get
https://shared-services.kong-sales-engineering.com/echo/bearer
Headers
Response
Response
Sucessful authentication.
get/bearer
Authentication
Prompts the user for authorization using Digest Auth.
get
https://shared-services.kong-sales-engineering.com/echo/digest-auth/{qop}/{user}/{passwd}
Path Parameters
qopstringrequired
auth or auth-int
userstringrequired
passwdstringrequired
Response
Response
Sucessful authentication.
get/digest-auth/{qop}/{user}/{passwd}
Authentication
Path Parameters
Prompts the user for authorization using Digest Auth + Algorithm.
get
https://shared-services.kong-sales-engineering.com/echo/digest-auth/{qop}/{user}/{passwd}/{algorithm}
Path Parameters
qopstringrequired
auth or auth-int
userstringrequired
passwdstringrequired
algorithmstringrequired
MD5, SHA-256, SHA-512
Default:MD5
Response
Response
Sucessful authentication.
get/digest-auth/{qop}/{user}/{passwd}/{algorithm}
Authentication
Path Parameters
Prompts the user for authorization using Digest Auth + Algorithm.
allow settings the stale_after argument.
get
https://shared-services.kong-sales-engineering.com/echo/digest-auth/{qop}/{user}/{passwd}/{algorithm}/{stale_after}
Path Parameters
qopstringrequired
auth or auth-int
userstringrequired
passwdstringrequired
algorithmstringrequired
MD5, SHA-256, SHA-512
Default:MD5
stale_afterstringrequired
Default:never
Response
Response
Sucessful authentication.
get/digest-auth/{qop}/{user}/{passwd}/{algorithm}/{stale_after}
Authentication
Path Parameters
Prompts the user for authorization using HTTP Basic Auth.
get
https://shared-services.kong-sales-engineering.com/echo/hidden-basic-auth/{user}/{passwd}
Path Parameters
userstringrequired
passwdstringrequired
Response
Response
Sucessful authentication.
get/hidden-basic-auth/{user}/{passwd}