Sending Requests

After you get and validate an access token, you can send HTTPS requests to Veeam ONE REST API collections and resources in Swagger UI.

To send a request:

  1. On the Veeam ONE REST API page, select a tag.
  2. In the list of request methods, click the required method.
  3. Click Try it out.
  4. In the expanded method window, enter parameter values and click Execute.

Sending Requests 

Swagger UI returns a response body as well as a response code and response headers. Additionally, Swagger UI generates a cURL command and a URL for your request.

Sending Requests