Documentation

Overview

The CIX developers API provides a standards based interface to the CIX Forums platform. It contains a full set of functions that allow you the developer to both add new and access existing content. We have made every effort to make the methods logical and easy to understand. And have also endevoured to include full documentation, and examples where appropriate.

Authentication

All calls to the CIX API data methods must be digitally signed, before any data can be returned. We have opted for the OAuth protocol in our API implementation. This can be a little tricky to understand at first, so please read our authentication guide carefully.

The REST API

The CIX API uses a REST-based interface. This means that our method calls are made over the internet by sending HTTP GET or POST requests to our REST server. Currently you can opt to have method results returned as either XML or JSON, depending on your preference.

Getting Help

The best way of getting help if you get stuck is to ask a question in the cix:cix.developer forum. Where the CIX dev team will do their best to assist.