# Return a post **GET /posts/{id}** Return a post with postId equals to id. ## Servers ## Parameters ### Path parameters - **id** (string) The postId requested by user. ## Responses ### 200 A blog posts in JSON format #### Body: (object) - **id** (string) The post id. - **userId** (string) The post userId. - **title** (string) The title of the post - **body** (string) The body content of the post [Powered by Bump.sh](https://bump.sh)