Methods

Please find below list of allowed methods while using this API.

GET For reading data of an existing object. No request body is allowed.
POST For creating an object. Requires a request body, specified in JSON format, that contains the values for properties of the object that is about to be created. The exception is /session/<session_id>/backup/<backup_id> endpoint, which does not require a body.
PATCH For modifying an existing object. Requires a request body, specified in JSON format, that contains the values for properties of the object.
DELETE For removing an existing object. No request body is allowed.