ConcourseConnect

Open Source Initiative (OSI) PostgreSQL Java

ConcourseConnect Mobile API Overview

Posted by Matt Rajkowski on April 14, 2016, 7:00 PM EDT
Default user photo

The ConcourseConnect User API includes RESTful methods intended for 3rd party applications to authenticate as a guest or registered user and interact with aspects of the ConcourseConnect back-end. The API is full-featured and allows users to register and manage their user accounts all through the API without the need to use the web site. Registrations do grant the user access to both the API and ConcourseConnect web site.

API use requires a developer key obtained from the site owner. Most applications will require further back-end configuration. Content configuration and management is mostly done via the web site.

The developer can use JSON or XML and requests are either GET or POST methods. At last count there were 50 API end-points, though there are likely more now.

You can find the latest documentation at the ConcourseConnect production information site.

View Full Post and Comments