REST API Introduction

Our APIs are based on a RESTful approach (see REST). It features predictable and resource-oriented URLs and uses HTTP response codes to indicate API errors.

The Conga Platform API adheres to the principles of RESTful web services and uses standard web technologies, such as JSON to expose application logic and data and enable developers to use any language and environment that can connect to the Web.