Auth problem in meeting instances request with s2s auth

Hi,
I am getting authorization problems in ‘List past meeting instances’ request with the S2S token.

I added Scopes: meeting:read:admin , meeting:read. When the error did not fix, I activated all the scopes, but it still did not fix.

The interesting thing is it works on 1 out of 5 requests.

I don’t have a problem when I test with jwt token.

Hi @anreta
Thanks for reaching out to us, I am happy to help here!
Can you please make sure that the token is not being invalidated by the creation of a new one?

When you generate a token with your Server-to-Server OAuth app credentials this will have an expiration time of 1 hour, but if you create a new token the previous one will get invalidated even if it has not expired yet.

Hope this helps,
Elisa

Yes I used valid token.

I’m using the same code with jwt and I’m not getting any error, but I’m having trouble with S2S.

So @anreta
could you confirm that you can use a token generated with our Server to Server oauth app but only 1 or 2 times and then it stops working?