About redirect url to get authorization code in MVC framework

Hi all,
I am trying to get authorization code in PHP framework like Code Igniter.
Please anyone can explain with example the following scenario:
I am trying to integrate zoom in MVC structured PHP software for that I do the following:

controller abc have function pqr
make a curl called to get response code for authorization with redirect url http;//example.com/admin/#/abc/xyz 

  • here xyz is another function of abc controller where I want to do another curl call for getting access token.

After redirecting with code my url is changed like http;//example.com/admin/?code=responded_code#/abc/xyz

Please anyone explain this I am using Zoom’s REST API.
Thanks.

Hi Sachin, 

Are there any issues with using the Zoom API? Anything other than our APIs is outside of the scope of our support. 

Thanks