Getting Started
Welcome to your PayloadCMS application. Use the admin panel to manage your content.
API Endpoints
Your content is available via REST API:
GET /api/posts- Fetch all postsGET /api/pages- Fetch all pagesGET /api/users- Fetch all users (authenticated)
GraphQL
GraphQL endpoint is also available:
POST /api/graphql- GraphQL APIGET /api/graphql-playground- GraphQL Playground