Endpoint Protection

 View Only

System Administrator getting 401-Unauthorized error from API call

  • 1.  System Administrator getting 401-Unauthorized error from API call

    Posted Mar 23, 2020 12:07 PM
    I am a System Administrator and while some API calls work, some are returning 401-Unathorized error.

    Get version info - works:
    https://xx.xx.xx.xx:8446/sepm/api/v1/version

    Get domain info - works:
    https://xx.xx.xx.xx:8446/sepm/api/v1/domains

    Get client info (method 1) - does not work:
    https://xx.xx.xx.xx:8446/sepm/api/v1/computers

    Get client info (method 2) - does not work:
    https://xx.xx.xx.xx:8446/sepm/api/v1/groups/FCBA64A90A1B2A1B01B4A6FE5DA8D8D6/computers


    Invoke-RestMethod : The remote server returned an error: (401) Unauthorized.