Back to home
Doc Fundamentals
API Reference
Funds Management
Order Management
Portfolio Management
User Authentication
Integration flow
Integration of Xstream APIs start with the user authentication system which helps the users to get session tokens. These session tokens are mandatory to pass in various other APIs as it includes the part of authentication system.
Login Flow:
- The login flow starts with accessing Xstream API account
- Our login flow :
- OAUTH (Web based)
- On Successful login user is provided with RequestToken which is passed to get access token API along with encryption key to obtain access token.
- AccessToken is generated with the help of RequestToken obtained from either TOTP or OAuth login. The access token is valid throughout the day and can be used to call all further APIs.
WARNING : Do not expose the AccessToken you obtain for a session to the public
OAuth is available for both Partners and Individual users.
For more info please check respective API page of OAUTH Login under User Authentication Section.
