Server To Server OAuth - 401 Unauthorized returned

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:


image

This is resolved for us.
The app must have account_credentials. It will return a token with client_credentials, however, you will not be able to hit any endpoints.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.