Automatic token is no longer generated in Fyers

Till yesterday I used to generate automatic token using following code. Now I’m getting an error saying “{‘s’: ‘error’, ‘code’: -410, ‘message’: ‘The requested resource is no longer available. It appears you are using a deprecated endpoint. Please migrate to APIv3 for continued support’}”

Any documentation where I can refer to get the equivalent URLs to the v2 endpoints.

https://github.com/tkanhe/fyers-api-access-token-v3/blob/main/get_fyers_access_token.py

Here are the list of endpoints which I’m using:

please help me with equivalent v3 endpoints. your help is much appreciated.

https://api-t2.fyers.in/vagator/v2/send_login_otp_v2
https://api-t2.fyers.in/vagator/v2/verify_otp
https://api-t2.fyers.in/vagator/v2/verify_pin_v2
https://api.fyers.in/api/v2/token

yes, I’m also facing the same issue