IOT - IMIN Olympia Training
  • Giới thiệu chung
  • Giới thiệu
    • Câu hỏi thường gặp
    • Lịch sử phiên bản
  • Hướng dẫn sử dụng
    • Đăng kí / Đăng nhập
    • Thi đấu
    • Luyện tập
    • Câu lạc bộ
    • Quản trị tài khoản
    • Các tính năng khác
    • Yêu cầu bổ sung trường
  • DevTools
    • General information
    • Getting started
    • List of APIs
    • Material
  • Copy of Các giải đấu
    • IOT - IMIN Olympia Training
  • Thông báo khác
    • Tuyên bố toàn quyền vận hành
    • Quy trình đăng kí giải đấu
Powered by GitBook
On this page
  • Create new application
  • Prerequisite
  • Step by step
  • Submit for review
  • Scope type
  • Login with IOT

Was this helpful?

  1. DevTools

Getting started

Instructions for application registration, submission for review and application setup on IOT.

PreviousGeneral informationNextList of APIs

Last updated 2 years ago

Was this helpful?

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:

Field name
Description

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

Name
Permission

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.

List of application