Below are common issues regarding content types and their possible solutions.
- Collection endpoints use their plural name. e.g.
/api/posts
- Single types use the singular name. e.g.
/api/homepage
For single content types if draftAndPublish
is enabled the response will return a 404 Not Found if the entity is not published.