You call a method on the API by issuing an authenticated HTTP request with a URL.
The four HTTP methods are used in the following ways:
- POST
- is used to create a new entity in a collection of entities
- GET
- is used to retrieve information on a single entity or to retrieve a list of entities
- PUT
- is used to update a single entity
- DELETE
- is used to delete a single entity