Hello, I am able to pull passwords from passwordstate using powershell put am unable to pull via curl. Can someone please help me convert this?
This Works in powershell:
$PasswordstateUrl = 'https://passwordstate.example.com/api/passwords/1111'
Invoke-Restmethod -Method GET -Uri $PasswordstateUrl -Header @{ "APIKey" = "fdafdasfqewfsdfsd6" }
Thanks,