API Token Authentication
The connector can authenticate with the source using an API token. The API token you provide is saved to the accesstoken
attribute in the application configuration. API tokens are given in the following format:
token_type API_token
For example:
Bearer ********
Note
If the token type is not provided, then the connector automatically uses Bearer
.
API Token Placeholders
You can reference a saved API token using a placeholder. The token placeholder can be provided as a variable across all endpoints for request components such as:
-
Request URL
-
HTTP Headers
-
Request Body
The following is an example of an API token placeholder:
$application.accesstoken$
You can define and use multiple API token placeholders if your configuration requires it. For more information on API Token placeholders, refer to Configuration for No / Custom Authentication.