Hi,
Wonder what I am doing wrong.
I am reading the JWT token in C# and all I get is:
{“accountId”:xxxxxxxx"userId":xxxxxxxx,“aud”:“http://xxx”,“exp”:1671813626,“iat”:1671813326}}
According to Choosing an authentication method, I should get a shortLivedToken field.
Blockquote
When you decode the JWT token, you will see ashortLivedToken
field. This is an API token that is valid for 1 minute and can be used to authenticate against the monday.com API.