Use standard HTTP methods — GET, POST, PUT, DELETE, PATCH — to interact with Communications Platform API resources, for developers making their first API calls.
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.
