Echo
A test endpoint, which simply returns the input provided.
Header parameters
sessionTokenstringRequired
Session authentication token.
keyManagerTokenstringRequired
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
POST /agent/v1/util/echo HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Content-Type: application/json
Accept: */*
Content-Length: 18
{
"message": "text"
}
{
"message": "text"
}
Last updated
Was this helpful?