HTTP Verbs

Standard HTTP verbs are used to indicate the API request method.

GETTo retrieve a resource or a collection of resources.
POSTTo create a new resource.
PUTTo partially modify an existing resource.
PATCHTo replace an existing resource.
DELETETo delete a resource.