/json api unavailable

My FESS 14.17 installation is not responding to the /json path.

# curl -I "http://localhost:8080/json/"
HTTP/1.1 302 
Set-Cookie: JSESSIONID=5CB6E6DD87ABC1CA96B179ACAB6B4907; Path=/; HttpOnly
Location: /error/notfound/?url=%2Fjson%2F
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Date: Tue, 18 Feb 2025 12:10:58 GMT

Looking at my config info:

web.api.json=true

What could the problem be? Appreciate any help!

Please refer to the API documentation.

Thank you! I didn’t realize the endpoint had changed from /json to /api.