2023.1.X Environment Endpoint not working?

Can anyone help me test if its my system or just in general if environment endpoint is gone in 2023.1.X?

In 2021 we use environment all the time to figure out (via API) which Company plant etc a use has access to. The Help in 2023 says it should still be there, but we are getting 404. I’ve tested in two different systems with the same result.

https://TLD/YourEpicorInstance/api/v2/environment?api-key<yourapikey>

Response from this normally looks like this, I could use some corroboration on this since this is a huge issue.

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Generated schema for Root",
  "type": "object",
  "properties": {
    "Companies": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "Company": {
            "type": "string"
          },
          "Plants": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        },
        "required": [
          "Company",
          "Plants"
        ]
      }
    }
  },
  "required": [
    "Companies"
  ]
}

:batsignal: @klincecum