GET Method

The HTTP GET method is used to read data or retrieve information about a resource.

For example, to retrieve a representation of a currently installed license in Veeam ONE, send the following request:

GET https://one-srv:1239/api/v2.2/license

In case of success, the HTTP GET method returns the 200 Success response code. In the response body, the method returns a representation of a resource.