Create powerful apps with Jicoo's API
Overview
Welcome to the developer docs, the more advanced documentation covering how to build on top of Jicoo both in the codebase, by API and more. These guides will go into depth on how you can best integrate and extend Jicoo for your needs. Most of this documentation relates to the Jicoo API.
Jicoo API
The Jicoo API is a REST-styled API that gives full control over the entire Jicoo platform by providing all the resources available to our customers, exposed as simple HTTP endpoints. The Jicoo API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
API Server Specifications
The API supports HTTP versions 1, 1.1, and 2, although HTTP/2 is preferred. TLS versions 1.2 and 1.3 are supported, with resumption. All requests must be encoded as JSON with the Content-Type: application/json header. If not otherwise specified, responses from the Jicoo API, including errors, are encoded exclusively as JSON as well.
Want to deep dive?
Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:
Document