HTTP Verbs

Overview

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

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