API - Old

The Luna Platform API allows developers to interface directly in to the platform with the programming language of their choice. Please review each Module on the left for additional information on how to query the API.

The API is based on REST principles and therefore is quite simple and easy to create applications. Any programming language or HTTP client can be used to interact with the API.

Input data is submitted in a standard form post:
( application/x-www-form-urlencoded or multipart/form-data )

Posts are made to the endpoint URL which will most typically respond with a JSON result in the HTTP body.

Blog API

The Blog API endpoint/url is configurable by website. Typically the endpoint is: http://www.yourdom...

CRM API

The CRM API endpoint/url is configurable by website. Typically the endpoint is: http://www.yourdoma...

Site API

The Site API is a general access gateway into the majority of the platform's api functionality. Thi...