Developer account
Developer account gives the user access to the system-supported methods of authorizing API requests.
Creating a developer account is the first step in gaining access to the API, both for making requests on your own behalf and for authorizing third-party applications.
Creating account
Follow the steps below to create a developer account:
- Go to Developer Account and click the Authorize button in the upper right corner
- Click on the Register link under the authorization form
- Fill in the required fields and click `Register' button
- Confirm the e-mail address provided during registration by clicking on the link from the automatically sent e-mail
- Go to authorization page and log in to the created developer account with the data specified during registration
Changing password
If you need to change the password from the developer account, you can do it at any time in the profile settings.
To change the account password, do the following:
- Go to Developer Account
- Log in to your account
- Click on your account name in the upper right corner and select
Profile
- Fill in the
Current Password
,New Password
andConfirm Password
fields - Click the `Change' button
Changing the password of an account does not affect Refresh and Access tokens created on its behalf. If the developer account login and password have been compromised, in addition to changing the password, we recommend revoking all Refresh tokens.
Recovering password
For security reasons, there is no automatic account password recovery mechanism. If the account password has been lost and there is no way to recover it on your own, delete the old account and create a new one.
Deleting account
For security reasons, it is not possible to delete an account on your own. To delete a developer account, please contact ALOR Broker technical support by e-mail support@alor.ru, indicating in the letter the e-mail to which the account was registered and the contract number (if any).
Deleting an account does not affect Refresh and Access tokens created on its behalf.
Features and limitations
Consider the following features and limitations when creating and using a developer account:
- Creation of an account is required regardless of the system environment and authorization method
- One account can be used for all supported authorization methods simultaneously
- The account gives access to authorization requests. Ensure the confidentiality of the login and password
- Account password can be changed on your own in the profile settings, but cannot be recovered in case of loss. Ensure that the password is kept secure
- Account can be deleted only upon request to technical support
- Changing the password and deleting the account does not affect the tokens created. It is recommended, if possible, to revoke all earlier issued tokens before deletion
What's next?
Additionally, we recommend reading the following related articles:
- Authorization in Test environment
- Trading account
- JWT token
- Guide for HTTP API
- Guide for WebSocket API
- Quick Start Guide for Production environment
- Quick Start Guide for Test environment