HTTP Methods

The v3 API uses standard HTTP methods for indicating the action to take on a resource.

MethodAction
GETRetrieve a resource.
POSTCreate a new resource.
PUTUpdate a resource (including partial updates).
DELETERemove a resource.