Role and Importance of Redirect URI in FYERS Login Process

What is the purpose of a redirect URI in FYERS' system?

The redirect URI is a crucial security component where users are redirected post-login using FYERS credentials. It should be a URL you control, as it contains sensitive information like the access token.
    • Related Articles

    • What is the system requirement for FYERS API Bridge?

      We recommend the minimum system requirements for API Bridge as follows – 500MB available RAM Pentium 1.1 GHz or higher Windows 8 or higher Internet Explorer v10/Google Chrome or higher .Net framework 4.7 or higher
    • Does FYERS provide any support in setting up my Trading System or Algorithm for Individuals?

      No, we do not provide support in terms of setting up a trading system or coding your algorithms. Since many users are equipped with either the knowledge required to it themselves or get this done from the software developers/coders, we stay away from ...
    • How does the authentication and login flow work for user apps on FYERS?

      The authentication process for user apps involves navigating to the Login API endpoint, followed by user redirection to the redirect URI with an auth_code after successful login. Use this auth_code along with appIdHash (SHA-256 of api_id + ...
    • How do I sign up for FYERS API Bridge?

      FYERS API Bridge is a tool that allows you to connect your trading strategies with FYERS Trading API and execute orders on various platforms such as TradingView, Amibroker, MT4, Python, Excel, etc. To sign up for FYERS API Bridge, you need to: ...
    • How to integrate FYERS API Bridge with C# .NET?

      Using C# .NET to Algo trade via FYERS API Bridge is extremely easy as you just need to send data on FYERS API Bridge socket and use all inbuilt libraries in FYERS API Bridge. Check out the sample code as outlined below. //function: ...