HTTP Methods
The API uses standard HTTP methods for creating, reading, updating and deleting (“CRUD”) entities in the database. The HTTP methods are:
Method | Action |
GET | Read an entity |
POST | Create an entity |
PUT | Update an entity |
DELETE | Delete an entity |