API monitoring sends real requests to your API endpoints — with the right methods, headers, and authentication — and checks the results. Strong API monitoring goes beyond status codes to assert on response time and the contents of the JSON body.
That distinction matters: an endpoint can return 200 OK while sending back wrong or incomplete data. Assertions catch that.
See the API monitoring page for details.