/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.token | string | Authentication token used to authorize requests with the external service. |
| data.webhookCatcherEndpoint | string | The endpoint URL designated to receive callbacks and event notifications. |
data.token value must be treated as a password. Ensure it is never exposed in application logs, screenshots, or public repositories.{
"integration": 1,
"data": {
"environment": "stage",
"changeKeys": false,
"webhookCatcherEndpoint": "https://api-develop.enspace.io/webhooks/certisign"
}
}{
"id": 75,
"data": {
"changeKeys": false,
"environment": "stage",
"webhookCatcherEndpoint": "https://api-develop.enspace.io/webhooks/certisign"
},
"integration": {
"id": 1,
"name": "Certisign",
"description": "integrations.certisign.description",
"category": "integrations.certisign.category",
"slug": "certisign",
"created_at": "2025-06-17T15:40:10.353Z",
"updated_at": "2025-06-17T15:40:10.353Z",
"media": []
},
"status": "active",
"created_at": "2026-03-12T19:30:37.716Z",
"updated_at": "2026-03-12T19:30:37.725Z"
}| 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. |
token) are strictly omitted from the response body.