HATEOAS
Hypermedia As The Engine Of Application State
A constraint of REST architecture where API responses include links to related resources. Salesforce REST API responses include URLs for navigating to related records.
Example use case
A developer follows HATEOAS links in Salesforce REST API responses to navigate from an Account to its related Opportunities without hardcoding endpoint URLs.