We are authenticating and receiving a token. However, in our C# Rest API. We to use client_credentials as Grant Type for it to return the token from the app.
Can you confirm if this is correct?
It seems like client_credentials is correct from the app
When we try to hit the endpoint to make a registration to a meeting, we continually get a 401 Unauthorized.
“https://api.zoom.us/v2/meetings/{meetingID}/registrants”
Any guidance appreciated!
Code: