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