Introduction
What is SkyJoy API?
The SkyJoy API follows the principles of REST. It uses resource-oriented URLs, form-encoded request bodies, and returns responses in JSON format. Standard HTTP response codes, authentication, and verbs are also implemented.
All API responses, including errors, are returned in JSON format. Our API libraries convert responses to language-specific objects. This documentation includes a test mode to facilitate exploration.
There are two sets of APIs available:
Application API: full capability, designed to be accessed from your server application.
Client API: limited capability, designed to be accessed from your website or mobile application.
Last updated
Was this helpful?