Page REST API Connections
The REST API Connections page displays a list of all configured REST API connections. Each connection defines the base URL, authentication, and default settings for communicating with an external REST API.
To open: Use the search function (search for "REST API Connections") or navigate via the Integration Framework menu.
Overview
The REST API Connections list provides a read-only overview of all connections. Click on a connection to open the REST API Connection Card for full configuration details.
Key Fields
| Field | Description |
|---|---|
| Code | The unique code identifying this REST API connection. |
| Description | A description for this REST API connection. |
| Base URL | The base URL for the REST API endpoint. |
| Authentication Type | The authentication type used for this connection (e.g., Basic Auth, Bearer Token, API Key, OAuth2 Client Credentials, Token Endpoint). |
| Default Content Type | The default content type for requests. |
| Timeout (ms) | The request timeout in milliseconds. |