karol_avast
Customer
		After attempting to retrieve any form of API endpoints by eCommerce, it returns the following error:
	
	
	
		
Example URL used: https://example.com/api/dbtech-ecommerce
Making a mistake in the URL returns a different error:
	
	
	
		
URL used: https://example.com/api/dbtech-ecommerca
Retrieving any form of XenForo returns a valid output,
Am I doing something wrong or?
				
			
		JSON:
	
	{
    "errors": [
        {
            "code": "requested_page_not_found",
            "message": "The requested page could not be found.",
            "params": []
        }
    ]
}Making a mistake in the URL returns a different error:
		JSON:
	
	{
    "errors": [
        {
            "code": "endpoint_not_found",
            "message": "Requested endpoint cannot be found.",
            "params": {
                "reason": "invalid_route"
            }
        }
    ]
}Retrieving any form of XenForo returns a valid output,
Am I doing something wrong or?
 
	 
 
		 
	 
 
		 
 
		