OData
Connect to any OData v4 compatible service.
Connection Properties
| Property | Description |
|---|---|
| Base URL | The OData service root URL. |
| Auth Type | None, API Key, or OAuth2 Client Credentials. |
| API Key Header | The header name for the API key (if using API Key auth). |
| API Key Value | The API key value. |
| Token URL | OAuth2 token endpoint (if using OAuth2). |
| Client ID | OAuth2 client ID. |
| Client Secret | OAuth2 client secret. |
Authentication Methods
- None: No authentication (public endpoints).
- API Key: Sends a key in a custom header.
- OAuth2 Client Credentials: Machine-to-machine auth using client ID and secret.