2xx Success
200OK
The standard response for a successful HTTP request. The meaning depends on the method: GET returns the resource, POST returns the result of the action.
Security relevance
A 200 to a request a user should not be authorized to make is a classic sign of broken access control (IDOR/BOLA).