The JustCMS Public API allows you to interact with a project's categories and pages. This documentation covers the required headers, endpoints, and sample requests/responses in a clear and concise way. Use it as a guide to integrate with JustCMS quickly and efficiently.
The "Get Menu by ID" endpoint allows you to retrieve detailed information about a specific menu, including its items, structure, and metadata. This endpoint is essential for dynamically displaying navigation menus in your application.
The "Get Page by Slug" endpoint allows you to retrieve detailed information about a specific page, including its content blocks, metadata, and other associated information. This endpoint is essential for dynamically displaying a single page in your application.
The "Get Pages" endpoint allows you to retrieve pages for a specific project within the JustCMS Public API. This endpoint supports optional filtering and pagination, enabling efficient access to project content.
The "Get Categories" endpoint allows you to retrieve all categories for a specific project within the JustCMS Public API. Categories are essential for organizing your content, and this endpoint ensures that you can access them efficiently.
Understand the basics of API authentication and how to protect your application with tokens.