When I make an API call using a Personal Access Token I have set up, it returns Error 401 Authentication Required - but if I change out the PAT to use the API Key, it works just fine.Am I not able to use PAT's whilst I have a API Key enabled?
I'm so silly... the reason my PAT's were not working is because I was only using the Token ID - not the whole Token itself.I went through the process of creating a new Token and immediately noticed my foolish error.
I didn't think there would be any dependencies between the two but this error has me totally stumped as to why my tokens would not be working - but the API key continues to work without issue.