Hi everyone,
When I try to fetch the application structure using the PAT via Bearer authentication, I get a 403 error GET /indicium/iam/appl/ii/$metadata
However, the exact same call works perfectly fine when I switch to Basic Authentication (username/password of the service account).
Furthermore, I have no issues at all when fetching actual data from tables (like /employee) using the PAT. It seems to fail on the /$metadata endpoint.
The service account has Available for Webservices enabled and full Fetch rights in IAM.
Does anyone know why the PAT is being rejected specifically on the metadata endpoint while working fine everywhere else?

