HTTP Verbs
Standard HTTP verbs are used to indicate the API request method.
| To retrieve a resource or a collection of resources. |
| To create a new resource. |
| To partially modify an existing resource. |
| To replace an existing resource. |
| To delete a resource. |
Updated about 1 month ago