I am not a developer but I am using a no code tool (bubble.io) to hit the Zerodha APIs. However, I am getting an error 400 from kite for "/session/token" API. Here is the log of API request and response:
Can anyone please help what is the issue with the request?
P.S: Kindly note that I have modified the api_key, request_token and checksum values here but I am using the correct values while posting the same in original request.
I am able to solve the problem now. Along with adding content_type, I had to make more changes as mentioned in this thread. This is very specific to bubble.io:
content_type:"application/x-www-form-urlencoded"
while making the request.I am able to solve the problem now. Along with adding content_type, I had to make more changes as mentioned in this thread. This is very specific to bubble.io:
https://forum.bubble.io/t/postman-request-works-but-api-connector-request-not-working/71872