Skip to content

Commit 7116901

Browse files
pushing new filters
1 parent 19c53cd commit 7116901

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/CippExtensions/Public/Sherweb/Get-SherwebCustomers.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
function Get-SherwebCustomers {
2-
32
$AuthHeader = Get-SherwebAuthentication
43
$CustomersList = Invoke-RestMethod -Uri 'https://api.sherweb.com/service-provider/v1/customers' -Method GET -Headers $AuthHeader
54
return $CustomersList.items

0 commit comments

Comments
 (0)