HATEOAS is an acronym for Hypermedia As The Engine of Application State. Its usage makes your RESTful APIs self discoverable and makes them Level 3 RMM compliant.
HATEOAS, short for Hypermedia as the Engine of Application State, is a principle which states that a client interacts with a network application entirely through hypermedia provided dynamically by application servers. A HATEOAS client needs no prior knowledge about how to interact with any particular application or server beyond a generic understanding of hypermedia and media types.
Links: