API reference/Example
POST
/v1/echo
Returns the trimmed message. Blank messages are rejected with the message_required error code.
Body
application/json
messagestringrequired
Message to echo back
maxLength: 500
Responses
errors: application/problem+json
Match errors on the problem's code, which stays the same, not on its message.