Invalid apiKey error when using https://apiconnect.angelone.in/rest/auth/angelbroking/jwt/v1/generateTokens


  • I am able to successfully use login API, when using generateTokens API for getting new JWT using refresh token, getting following error!
    Please note that I am passing same key that was used for login API to get initial JWT & Refresh tokens!
    Also passing all the required headers as well!

    {
    message: 'Invalid apiKey',
    errorcode: 'AB1053',
    status: false,
    data: null
    }

    What's wrong here ? Please help