Hey,
I want to get the private access token that is used in the request like its expiration time and scopes. This is possible if using OAuth or credentials by sending a GET request to /oauth/token/info but that doesn’t seem to work for PAT. Am I doing something wrong, or is it not possible in the first place?
Thanks in advance.