Skip to main content

Hi, I’m trying to use the privacy API to delete a user but when I enter the api-key and api-secret (even in the postman collections provided) the api returns a 401.  I’ve used the cURL samples and they don’t work either (401) is there a missing step to enable the Privacy API for the project that I’m working on?

Solved:  For anyone else who runs into this make sure with curl you use -u for basic auth and specify valid parameters to the endpoint.


Reply