Trond
1
Hey community,
I want to make an API call (post) to a service. After setting up the http module and testing the connection, I get the following error:
You are not authorized. Provide your api key as a valid Bearer token in header.authorization <<<
Enclosed you can find my set up. Did I get sth. wrong?
Here is the API documentation:
https://app.entergpt.ai/documentation/apiExamples
Thanks 
samliew
2
According to the documentation you linked, there is no use of the header parameter “X-API-Key
” anywhere, as shown in your screenshot.
You need to follow the documentation and use “bearer token” instead

with the HTTP > Make an OAuth 2.0 request module.
2 Likes
Trond
3
So I rename “X-API-Key” to “bearer token”?
I am all new to APIs an so on 
Trond
4
@samliew , got it all set up. Thanks for pointing me to the bearer token 
2 Likes