Testing API access with Forecast.app.
I am using the proper header for authentication, and tests fine on Postman, but continue to get error 401 auth issue on Get tests.
Thanks
Testing API access with Forecast.app.
I am using the proper header for authentication, and tests fine on Postman, but continue to get error 401 auth issue on Get tests.
Thanks
Hi @Mike_M - welcome to the community!
Took a look at their API docs. Forecast requires the API Key to be passed as a Header.
Can you make sure your API Import step is set up with this Custom Header?
You can paste or type in X-FORECAST-API-KEY
since you won’t see it in the dropdown. Please also make sure your Authentication
dropdown above the header to be set to None
.
If you’re still having trouble connecting, can you upload a screenshot of your configuration?
Ah, I missed the X for some reason, thanks!
Mike