Invalid acess token rest api with JWT

Ok just stating out with the API but getting error code “124” => “Invalid access token”

I am using JWT for my Authorization, He is code gist.

Am I missing something?

Hi @leesmith,

Looking at your code things seem to be ok. Have you tried looking at our documentation to see how to properly generate your JWT[0].

0 - https://marketplace.zoom.us/docs/guides/authorization/jwt/generating-jwt#generate-your-jwt-token-with-using-sever-side-code

Hi Michael.

As you can see from the code it is server side.

Still same issue today. Any ideas?

Hi @leesmith,

What API are you calling? With the same token that you’re generating with the php code, can you take the token and use it in postman or curl command to see if you’re getting the same error?

Thanks

Hi Michael

I have tried taking the token from the credentials and used in postman.

Same problem still

Hi @leesmith,

Looks like it’s an invalid access token because you’re calling the accounts API. This API is for listing all subaccounts under a master account. Is the account you’re using a master account?

Also, to make sure the token is working can you try to use another API such as List users https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users ?

Thanks

Hey @michael_p.zoom

Ok so pinging all users gives me a result.

I believe my account is master as its the first one?

Can you verify? https://d.pr/i/ajfJUy

Hi @leesmith, master accounts means that you have created other sub-accounts. Usually to get a master account you have talked to someone within Zoom to get it. Have you done that already?