HarmonyCMS Documentation
  • Welcome
  • Getting Started
    • Introduction
      • What is a CMS?
      • What is HarmonyCMS?
      • How HarmonyCMS is structured?
    • Build your project
    • Installation
  • Add-ons
    • Extensions
      • Components
      • Modules
      • Plugins
    • Packages
    • Themes
    • Translations
  • Tools
    • HarmonyFlex
      • Create project
      • Require/Install
      • Remove/Uninstall
    • Harmomy Flex Server
  • The REST API Reference
    • Introduction
    • Authorization
    • Schema
  • The Contribution Guide
    • Code
      • Exploitation
    • Documentation
      • License
  • Reference
    • Configuration reference
    • Requirements
      • Server-side Requirements
      • Client-side Requirements
    • Troubleshooting
  • Web Assets
Powered by GitBook
On this page
  1. The REST API Reference

Schema

All API access is over HTTPS, and accessed from https://api.harmonycms.net. All data is sent and received as JSON.

curl -i http://api.harmonycms.net
HTTP/1.1 200 OK
Server: nginx/1.13.3
Content-Type: application/json
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/7.2.6
Cache-Control: no-cache, private
Date: Thu, 02 Aug 2018 15:06:49 GMT
Allow: GET
PreviousAuthorizationNextThe Contribution Guide

Last updated 6 years ago