We have a new REST API data source that we are trying to connect to. This data source takes only an API key through the Authorization: Bearer <api_token> request header. I am using the CData ADO.NET Provider for REST 2019. I have added the API URI and the custom header (bearer token), and even selected OAuth 2.0 and added a Callback URL of http://localhost:33333. No matter what I do, it seems as though the API key is not being passed correctly. The message I get in the response is "{"message":"Invalid Token"}" and "HTTP/1.1 401 Unauthorized". I am able to connect to this data source using Postman with the Authorization: Bearer token. Can anyone give advise on specific settings for using only an API key?
Thanks,
Dan