Account API Trading Status returns 404

I am getting 404 Not Found error while trying to call https://api.binance.com/sapi/v1/account/apiTradingStatus endpoint. I am only sending timestamp and recvWindow and signing the request as usual. Other wallet methods are working fine but this endpoint gives 404. What might be the cause ?

GET https://api.binance.com/sapi/v1/account/apiTradingStatus?timestamp=1686107221506&signature=xxx

GET https://api.binance.com/sapi/v1/account/apiTradingStatus?recvWindow=5000&timestamp=1686107331241&signature=xxx

The above works for me. Make sure your HTTP method is correct and the endpoint is correctly written with no typos.