This is an archive version of the document. To get the most up-to-date information, see the current version.

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/v1/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.