Anything passed in request
Returns anything passed in request data.
patch
https://shared-services.kong-sales-engineering.com/echo/anything
Response
200
Response
200
patch/anything
Authentication
curl --request PATCH \
--url https://shared-services.kong-sales-engineering.com/echo/anything \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json' 200
Anything passed in requestReturns anything passed in request data.
get
https://shared-services.kong-sales-engineering.com/echo/anything/{anything}
Path Parameters
anythingstringrequired
Response
200
Response
200
Anything passed in request
get/anything/{anything}
Authentication
Path Parameters
curl --request GET \
--url https://shared-services.kong-sales-engineering.com/echo/anything/ \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json' 200
Anything passed in requestReturns anything passed in request data.
put
https://shared-services.kong-sales-engineering.com/echo/anything/{anything}
Path Parameters
anythingstringrequired
Response
200
Response
200
Anything passed in request
put/anything/{anything}
Authentication
Path Parameters
curl --request PUT \
--url https://shared-services.kong-sales-engineering.com/echo/anything/ \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json' 200
Anything passed in requestReturns anything passed in request data.
post
https://shared-services.kong-sales-engineering.com/echo/anything/{anything}
Path Parameters
anythingstringrequired
Response
200
Response
200
Anything passed in request
post/anything/{anything}
Authentication
Path Parameters
curl --request POST \
--url https://shared-services.kong-sales-engineering.com/echo/anything/ \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json' 200
Anything passed in requestReturns anything passed in request data.
delete
https://shared-services.kong-sales-engineering.com/echo/anything/{anything}
Path Parameters
anythingstringrequired
Response
200
Response
200
Anything passed in request
delete/anything/{anything}
Authentication
Path Parameters
curl --request DELETE \
--url https://shared-services.kong-sales-engineering.com/echo/anything/ \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json' 200
Anything passed in request