# Return all the posts **GET /posts** Return all the posts that are in our blog. ## Servers ## Parameters ## Responses ### 200 An array of blog posts in JSON format #### Body: (array[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)