Unable to make REST API call from Powershell

I am trying to follow the examples listed for the REST API calls from Powershell for Conjur but keep getting error message about the method.Is there any example powershell scripts for making REST API calls to Conjur.

Example of the error message I see.

@joe.garcia I am following the examples listed in the postman collection. I would appreciate if you could provide some guidance

It appears in the screenshot you’re sending a GET request with a body which would cause that error. Remove the body parameter and you’ll be good to go.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.