--- title: "Get-VBORestAPISettings" description: "This cmdlet returns REST API settings. These settings are used by Veeam Backup for Microsoft 365 REST API Service." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vborestapisettings.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > REST API Settings > Get-VBORestAPISettings" dateModified: "2026-08-21" --- # Get-VBORestAPISettings ## Short Description Returns REST API settings. ## Syntax ``` Get-VBORestAPISettings [] ``` ## Detailed Description This cmdlet returns REST API settings. These settings are used by *Veeam Backup for Microsoft 365* *REST API Service*. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the [About Common Parameters](http://go.microsoft.com/fwlink/p/?LinkID=113216) section of Microsoft Learn. ## Output Object The cmdlet returns the [`VBORestAPISettings`](vborestapisettings.md) object that contains REST API settings. ## Examples ::: example ### Getting REST API Settings This command returns the Veeam Backup for Microsoft 365 REST API settings. ``` Get-VBORestAPISettings ``` :::