Getting started
Instructions for application registration, submission for review and application setup on IOT.
Create new application
Prerequisite
Account needs to have
Moderator
permission or higher.
Step by step
Create a new app
Login to your account, then open this link.

Update app information:
App ID
The ID of the application, can not be changed.
App Name
Name of the application.
App Logo
Logo of the application.
Private key
Private key of the application, use to authenticate requests to the API.
Requested scopes
Requested scopes of the application, to be reviewed by the administrator.
Approved scopes
Approved scopes by the administrator.
Domain list
A list of domains can be redirected back after user authorization.

Submit for review
In order to request a review from the administrator, please update all information on the app. Then submit a support ticket on the Discord channel, please clarify information about how the app will use the information.
Please provide as much information as possible.
After approval from the administrator, the approved scopes will match with the requested scopes.
Scope type
user:read
Get account information. Approved by default.
analytics:read
Get personal analytics.
tournament:read
Get list of tournaments.
Login with IOT
In order to get users token, redirect users to IOT authorize page, if this is the first time users use your app, they will be asked to share information:
https://iot.chinhphucvn.com/App/Authorize?app_id=[app_id]&scopes=[scopes]&redirect_uri=[redirect_uri]
Every access token will be valid within 24 hours, after that, you need to get a new token.

Last updated
Was this helpful?