/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 Adobe Sign. |
{
"integration": 2,
"data": {
"environment": "stage",
"changeKeys": false,
"webhookCatcherEndpoint": "https://api-develop.enspace.io/webhooks/clicksign"
}
}{
"id": 92,
"data": {
"changeKeys": false,
"environment": "stage",
"webhookCatcherEndpoint": "https://api-develop.enspace.io/webhooks/clicksign"
},
"integration": {
"id": 2,
"name": "Adobe Sign",
"description": "integrations.adobesign.description",
"category": "integrations.adobesign.category",
"slug": "adobesign",
"created_at": "2025-06-17T15:40:10.374Z",
"updated_at": "2025-06-17T15:40:10.374Z",
"media": []
},
"status": "active",
"created_at": "2026-03-12T20:10:48.117Z",
"updated_at": "2026-03-12T20:10:48.122Z"
}| Field | Type | Description |
|---|---|---|
| id | integer | Unique identifier of the created integration configuration. |
| integration | object | Object containing metadata about 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. |