/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 with D4Sign. |
{
"integration": 3,
"data": {
"environment": "stage",
"changeKeys": false
}
}{
"id": 12,
"status": "active",
"data": {
"changeKeys": false,
"environment": "stage"
},
"integration": {
"id": 3,
"name": "D4Sign",
"description": "integrations.d4sign.description",
"category": "integrations.d4sign.category",
"slug": "d4sign",
"media": [],
"created_at": "2025-06-17T15:40:10.394Z",
"updated_at": "2025-06-17T15:40:10.394Z"
},
"created_at": "2026-03-11T19:37:04.006Z",
"updated_at": "2026-03-12T19:06:59.138Z"
}| Field | Type | Description |
|---|---|---|
| id | integer | Unique identifier of the created integration configuration. |
| integration | object | Metadata describing the configured integration service. |
| 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. |