Get a message by id
GEThttps://platform.docana.com/api/v1/messages/:id/
Requires access to the message and, when the message belongs to an application, to that application. The message is sanitized before returning: oversized metadata fields such as originalMediaUrl are removed. Failure responses are plain-text bodies.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The sanitized message, including its author
The request body, query, or path failed validation. See validationErrors.
The caller has no access to the message or its application
The caller is authenticated but not allowed to perform this operation.
Message not found
Unexpected server error.