Bearer
Bearer Connection
Description
The "Bearer" connection type supports HTTP Bearer Authentication. This method requires that a bearer token be provided in the HTTP authentication header.
Required Information
Once you have selected the "bearer" type, the system will prompt for the following fields:
API Endpoint: The URL of the API to use.
Bearer Token: The token used for authentication.
HTTP Headers: Additional HTTP headers can also be added if required by clicking on the "+" next to "HEADERS" and adding a key/value pair for each header to be added.
Example Header
Usage
This connection type is commonly used when you have an OAuth 2.0 token or similar token-based authentication system.
Last updated