Authorization
Ginee X provides a comprehensive application authorization process.
You need to obtain a set of APP_ID and APP_KEY to access the required functions.
Apply APP_ID & APP_KEY
You can obtain the APP_ID and APP_KEY by logging into the Ginee X backend.
IMPORTANT
- ⚠️ The APP_ID and APP_KEY allow the application to perform specific operations within the authorized scope. Please keep the App key information safe and secure.
Method 1: Obtain through the dashboard
- Obtain Method:Dashboard -> Current App -> App ID & App Key
Method 2: Obtain through the App Key module.
- Obtain Method:Setting -> App Key
Apply AUTH_TOKEN
NOTE
If you choose SDK integration, you can ignore this section as the SDK will handle the authorization process for you with the AUTH_TOKEN.
API Request
- Example
- Field description
Parameter Name | Type | Required | Description |
---|---|---|---|
appId | String | Y | Application ID |
appKey | String | Y | Application Key |
API Response
- Example
- Field description
Parameter Name | Type | Required | Description |
---|---|---|---|
token | String | Y | Authorization Token |
expiresIn | Integer | Y | Validity period of the authentication token.(milliseconds) |