Table of Contents |
---|
The HTTP plugin provides different authentication methods for the defined Datapoints. Although, in some APIs the client request needs to provide authentication information, otherwise the server responds to a client with a 401(Unauthorized) response.
...
If Datapoint needs to make calls from API that has OAuth 2.0 is an as authorization protocol you will need also an access token. When passing the access token in an Additional HTTP Headers, you should make a request like the following:
...