I’ve had the same issue using Zapier.
Again a solution is to convert the API key into Base64. To do so:
- Encode the API key using an online tool (I used base64encode.org/);
- In the Zapier action step, Header field add “Authorization” in the left hand field and “Basic [output from step 1 above]”.
Best of luck.