{ "id": "65abc123def456789", "userId": "auth0|123456789", "title": "My First Post", "slug": "my-first-post", "content": "<p>This is my first blog post!</p>", "excerpt": "An introduction to my blog", "coverImage": "https://r2.dev/images/cover.jpg", "published": true, "publishedAt": "2024-01-15T10:30:00Z", "views": 42, "shares": 5, "createdAt": "2024-01-15T10:00:00Z", "updatedAt": "2024-01-15T10:30:00Z"}
This endpoint is useful for fetching posts by their human-readable URL slug. If you need to query by database ID, use the Get Post by ID endpoint instead.