APM-Server /intake/v2/events http 404 page not found

I'm running 7.17 APM server with Fleet and APM agent installed. APM server is responsing healthy status but intake/v2/events not found.

I cannot see any errors in log files. Please, could you give some ideas how can I debug this?

curl -X POST http://<MY_APM_SERVER>:8220/intake/v2/events

404 page not found

curl http://<MY_APM_SERVER>:8220/api/status

{"name":"fleet-server","status":"HEALTHY"}

How @niemimik Welcome to the community!
No

APM server runs in 8200 not 8220 which is the fleet server

Thanks! Wrong port was the problem.