Use HTTP methods to interact with resources in the Communications Platform API:
GET— Read resources.POST— Create resources.PUT— Modify existing resources.DELETE— Remove resources.PATCH— Update existing resources.
Send request arguments as query parameters, form data, or JSON. When you send JSON, set the Content-Type header to application/json.
