HTTP Verbs

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

GET

To retrieve a resource or a collection of resources.

POST

To create a new resource.

PUT

To partially modify an existing resource.

PATCH

To replace an existing resource.

DELETE

To delete a resource.