Hi Elisa,
Thanks for response, I have used the code to generate the token.
var client = new RestClient(“Sign In | Zoom”);
var request = new RestRequest(“”, Method.Post);
request.AddHeader(“Authorization”, “HSrRBUOaUTbUL6bV1UXKTGXvgKem5PY2”);
RestResponse response = client.Execute(request);
Label1.Text = response.Content;
I refer the code from the given link below, but the token is not generating, it will shift to zoom
Request to help
Best Regards
Tarun