- Representational State Transfer
- You should always get the most up-to-date data back
- A REST API must be stateless
- Requests do not affect one another
- You must authenticate yourself on every request
- Requests must be made via one of four HTTP methods
POST- Used for creating new data