Echo
A test endpoint, which simply returns the input provided.
Header parameters
sessionTokenstringRequired
Session authentication token.
keyManagerTokenstringOptional
Key Manager authentication token.
Body
A string wrapped in a JSON object.
messagestringOptional
Responses
200
Message sent.
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Session tokens invalid.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
/v1/util/echoLast updated
Was this helpful?