Accepted HTTP Methods (Verbs)
The public API accepts all common HTTP methods. However based on access, PUT, POST, and DELETE will mostly be unavailable. Please refer to Table 2 for more information.
Table 2. Accepted HTTP verbs
Method / Verb | Description |
GET | Gets the resource. |
PUT | Updates the resource. |
POST | Creates the resource. |
DELETE | Deletes the resource. |