Hello Everyone ,
I was trying to run below code , as given in API V3 Docs .
curl --location --request GET 'https://api-t1.fyers.in/api/v3/generate-authcode?client_id=SPXXXXE7-100&redirect_uri=https://trade.fyers.in/api-login/redirect-uri/index.html&response_type=code&state=sample_state'
I tried running this code in postman , but there is no output .
Please guide me if I'm doing anything wrong .
Thank You .