[API Connector] - API Call Error on Initialize

Hi,

I am creating an API Connector for the EasyPost API. The API uses Basic Auth with the api key as the username and the password is empty. When I make a GET request the following error comes back:

  • {“error”:{“code”:“UNAUTHORIZED”,“message”:“Unable to access the requested resource, authorization failed.”,“errors”:[]}}

I have tested this call in Postman and it works correctly.

Any help would be greatly appreciated.

Thanks,
Eddie

API call works when I add the private key in the header using the key that is generated from the call in Postman. Unless I misunderstood something about using the Basic Auth option in the wizard I would assume there might be a bug.

Were you able to get this to work?