# Posts endpoints

Source: https://developer.synup.com/api/posts
Base URL: `https://api.synup.com/api/v4`

| Method | Endpoint | Path |
| --- | --- | --- |
| POST | [Create a bulk post](https://developer.synup.com/api/posts/create-a-bulk-post) | `/bulk-posts` |
| POST | [Create a post](https://developer.synup.com/api/posts/create-a-post) | `/posts` |
| DELETE | [Delete a post](https://developer.synup.com/api/posts/delete-a-post) | `/posts/{postId}` |
| GET | [Fetch a bulk post by ID](https://developer.synup.com/api/posts/fetch-a-bulk-post-by-id) | `/bulk-posts/{bulkPostId}` |
| GET | [Fetch bulk posts for a location](https://developer.synup.com/api/posts/fetch-bulk-posts-for-a-location) | `/locations/{locationId}/bulk-posts` |
| GET | [Fetch posts for a location](https://developer.synup.com/api/posts/fetch-posts-for-a-location) | `/locations/{locationId}/posts` |
| GET | [Get a single post](https://developer.synup.com/api/posts/get-a-single-post) | `/posts/{postId}` |
