The request’s PUT parameters.
The request's PUT parameters.
put
https://shared-services.kong-sales-engineering.com/echo/put
Response
200
Response
200
put/put
Authentication
200
Auth
Auth methods
Prompts the user for authorization using HTTP Basic Auth.
get
https://shared-services.kong-sales-engineering.com/echo/basic-auth/{user}/{passwd}
Path Parameters
userstringrequired
passwdstringrequired
Response
Response
Sucessful authentication.
get/basic-auth/{user}/{passwd}
Authentication
Path Parameters
Prompts the user for authorization using bearer authentication.
get
https://shared-services.kong-sales-engineering.com/echo/bearer
Headers
Authorization
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}