/integrations| Field | Type | Description |
|---|---|---|
| integration | integer | Unique identifier of the integration type to be configured. |
| data | object | Configuration object containing service-specific parameters. |
| data.environment | string | Defines the operational environment. • stage: Staging/testing environment. • production: Live production environment. |
| data.changeKeys | boolean | Indicates if the system should automatically map field keys during data exchange. |
| data.webhookCatcherEndpoint | string | The endpoint URL designated to receive callbacks and event notifications from Clicksign. |
{
"integration": 5,
"data": {
"environment": "stage",
"changeKeys": false,
"webhookCatcherEndpoint": "https://api-develop.enspace.io/webhooks/clicksign"
}
}{
"id": 87,
"data": {
"changeKeys": false,
"environment": "stage",
"webhookCatcherEndpoint": "https://api-develop.enspace.io/webhooks/clicksign"
},
"integration": {
"id": 5,
"name": "Clicksign",
"description": "integrations.clicksign.description",
"category": "integrations.clicksign.category",
"slug": "clicksign",
"created_at": "2025-06-17T15:40:10.440Z",
"updated_at": "2025-06-17T15:40:10.440Z",
"media": []
},
"status": "active",
"created_at": "2026-03-12T20:01:15.298Z",
"updated_at": "2026-03-12T20:01:15.309Z"
}| Field | Type | Description |
|---|---|---|
| id | integer | Unique identifier of the created integration configuration. |
| integration | integer | Identifier of the integration type configured. |
| status | string | Current operational status of the integration. • active: Enabled and operational. • inactive: Currently disabled. |
| data | object | An object containing the applied configuration parameters. |
| created_at | datetime | ISO 8601 timestamp indicating when the integration was created. |
| updated_at | datetime | ISO 8601 timestamp indicating the last update to the configuration. |