# Get Message **GET /api/v1.0/messages/{message_id}** This endpoint fetch more details about the message. ## Servers - https://openapi.niftypm.com: https://openapi.niftypm.com () ## Authentication methods - Bearer ## Parameters ### Path parameters - **message_id** (string) ## Responses ### 200 Success Response #### Body: application/json (object) - **id** (string) Message Id - **type** (string) Message Type - **hide_link_preview** (boolean) Hide Link Preview - **subtype** (string) Sub Type - **text** (string) Message text - **url** (string) URL - **chat** (string) Chat Id - **thread** (string) Thread - **task** (string) Task Id - **file** (string) File - **document** (string) Document Id - **entity_key** (string) Entity Key - **author** (string) Author Id - **replies** (number) No of Replies - **repliers** (array[string]) List of Replier Id - **tagged** (array[string]) List of tagged - **seen_by** (array[string]) List of Seen by Id - **hidden** (array[string]) Hidden - **doc_attachment** (string) Document Attachment - **attachments** (array[object]) - **is_edited** (boolean) Is Edited - **is_deleted** (boolean) Is Deleted - **created_at** (string(date-time)) Created At - **updated_at** (string(date-time)) Updated At - **annotation_id** (string) Annottion Id - **heardBy** (array[string]) Heard By - **audio_duration** (number) Audio duration - **heard** (boolean) Is Heard ### 401 The client request has not been completed because it lacks valid authentication credentials for the requested resource. ### 403 The client does not have access rights to the content. ### 405 The request method is known by the server but is not supported by the target resource. [Powered by Bump.sh](https://bump.sh)