Public/Get-TeamViewerApiUri.ps1

function Get-TeamViewerApiUri {
    Write-Output 'https://webapi.teamviewer.com/api/v1'
}