SkyJoy
HomeDocs
  • 👋Welcome to SkyJoy
  • GETTING STARTED
    • Introduction
    • Ground rules for API
    • Authentication
    • Error handling
  • DEVELOPMENT PROCESS
    • Integration model
    • Batch
  • API REFERENCE
    • Authentication
    • Customer
    • Point
    • Transaction
  • WEBHOOK
    • Partner Integration
  • SINGLE SIGN-ON (SSO)
    • iFrame
    • Regular Web App
    • Single Page App
  • VERSION HISTORY
    • Document changelog
Powered by GitBook
On this page

Was this helpful?

  1. GETTING STARTED

Introduction

What is SkyJoy API?

Last updated 1 year ago

Was this helpful?

The SkyJoy API follows the principles of . It uses resource-oriented URLs, request bodies, and returns responses in 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.

Feedback and Contact information

We welcome your feedback on the API. If you have any questions or need assistance in providing integration info, please contact our SkyJoy Team at integration@galaxyjoy.vn.

REST
form-encoded
JSON