- We are encountering a 401 error when making basic authenticated API calls to the X2CRM endpoints (
index.php/api2/Contacts
). - Unauthenticated API calls to other X2CRM VoIP endpoints are successful without issue,
- And basic authentication works on a test page in the same directory using the same PHP-FPM pool.
We have confirmed that the credentials are stored in the database and accessible.
What could be causing this issue with basic authenticated API calls to X2CRM endpoints and how can it be resolved?