HTTP Methods

The following HTTP methods are supported:

  • GET

    Obtains information for existing objects.

  • POST

    Creates a new object.

  • PATCH

    Modifies an existing object.

  • DELETE

    Deletes an existing object.