REST API Methods
The REST API makes use of the HTTP methods (via a secure connection):
• POST for creating a resource
• GET for retrieving information about a resource
• PUT for updating a resource
• DELETE for deleting a resource