Skip to content

Commit

Permalink
pushing new filters
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Dec 16, 2024
1 parent 19c53cd commit 7116901
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
function Get-SherwebCustomers {

$AuthHeader = Get-SherwebAuthentication
$CustomersList = Invoke-RestMethod -Uri 'https://api.sherweb.com/service-provider/v1/customers' -Method GET -Headers $AuthHeader
return $CustomersList.items
Expand Down

0 comments on commit 7116901

Please sign in to comment.