Ground rules for API
The API provided by SkyJoy and Partners must follow the rules below.
Last updated
Was this helpful?
The API provided by SkyJoy and Partners must follow the rules below.
Last updated
Was this helpful?
All APIs must be provided based on JSON over HTTP and support HTTPS.
Content-Type is application/json and charset is utf-8.
Partner System must support TLS 1.2 or higher protocol for secure data transmission.
API requests should be authenticated via Bearer Authentication
. Therefore the request should include HTTP Authorization Header with Access Token issued by API owner which would be SkyJoy or 3rd Party Partner.
For security reasons, 3rd Party Partner should provide a domain name (ex. mydomain.com) to SkyJoy System. SkyJoy System manages the information.
The version of the API exists as vX
after the Base URL. The current API version is v1
.
The full URL configuration is: {BASE_SERVICE_URL}/partner/{version}/{path}
.
Sample URL:
Every API response time should be no longer than 2 seconds.
GJ API-Gateway timeout is 30 seconds and return 500-Server Internal Error
.