A test endpoint, which simply returns the input provided.
Last updated 1 year ago
Was this helpful?
Session authentication token.
Key Manager authentication token.
curl -L \ --request POST \ --url 'youragentURL.symphony.com/agent/v1/util/echo' \ --header 'sessionToken: text' \ --header 'keyManagerToken: text' \ --header 'Content-Type: application/json' \ --data '{ "message": "text" }'
{ "message": "text" }