Hi,
I did follow the manual with cURL but i couldnt connect to sophos, i try with ps and worked but it didnt bring me any endpoint, could you point me in the right direction.
Thanks
Hi,
I did follow the manual with cURL but i couldnt connect to sophos, i try with ps and worked but it didnt bring me any endpoint, could you point me in the right direction.
Thanks
Hi Jhon,
Let me know what your PowerShell looks like, I was able to get a list of devices returned by running the following.
$headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]"
$headers.Add("X-Tenant-ID", "<Tenant-ID>")
$headers.Add("Authorization", "Bearer <Token>")
$response = Invoke-RestMethod 'https://api-<Region>.central.sophos.com/endpoint/v1/endpoints' -Method 'GET' -Headers $headers
$response | ConvertTo-Json
Hello there,
Thank you for reaching us, may we know if you're getting any errors when connecting? You may revalidate the current configuration referencing this documentation and let us know.
Send alert and events

Hello there,
Thank you for reaching us, may we know if you're getting any errors when connecting? You may revalidate the current configuration referencing this documentation and let us know.
Send alert and events
