Hi team, we started receiving a 401 error response on multiple connected accounts when calling the rest/v2/legal-entities endpoint. These accounts were working fine earlier today.
The full error response is:
{
"errors": [
{
"message": "Not Authorized"
}
]
}
Can you check if some change might have caused this issue?