REST API
REST API with Credentials
Core Properties:
- Connection Name: Unique identifier for the connection
- Username: Authentication username
- Password: Authentication password
- API URL: Base URL of the REST API endpoint
- Description: Optional description of the connection
Additional Options:
- Use Environment Variable (for Username, Password, API URL)
- Encrypted Value (for sensitive data)
Documentation: HTTP Basic Authentication
REST API with Bearer
Core Properties:
- Connection Name: Unique identifier for the connection
- API Bearer Token: JWT or OAuth bearer token for authentication
- API URL: Base URL of the REST API endpoint
- Description: Optional description of the connection
Additional Options:
- Use Environment Variable (for Bearer Token, API URL)
- Encrypted Value (for sensitive data)
Documentation: Bearer Token Authentication