/integrations| Field | Type | Description |
|---|---|---|
| integration | integer | Identifier of the integration type. For Docusign, this value must be 8. |
| data | object | Configuration object containing service-specific parameters. |
| data.environment | string | Defines the operation environment. • stage: Testing environment. • production: Live environment. |
| data.changeKeys | boolean | Specifies if the system should automatically map field keys when communicating with Docusign. |
{
"integration": 8,
"data": {
"environment": "stage",
"changeKeys": false
}
}{
"id": 34,
"data": {
"changeKeys": false,
"environment": "stage"
},
"integration": {
"id": 8,
"name": "Docusign",
"description": "integrations.docusign.description",
"category": "integrations.docusign.category",
"slug": "docusign",
"created_at": "2025-06-17T15:40:10.498Z",
"updated_at": "2025-06-17T15:40:10.498Z",
"media": []
},
"status": "active",
"created_at": "2026-03-12T15:17:20.132Z",
"updated_at": "2026-03-12T15:17:20.144Z"
}| Field | Type | Description |
|---|---|---|
| id | integer | Unique identifier of the created integration configuration. |
| status | string | Current status of the integration. • active: Enabled and operational. • inactive: Currently disabled. |
| data | object | Contains the configuration parameters used for the integration. |
| data.environment | string | Environment where the integration is operating. |
| data.changeKeys | boolean | Indicates whether the system modifies keys automatically when exchanging data. |
| integration | object | Metadata describing the configured integration type. |
| integration.id | integer | Unique identifier of the integration type. |
| integration.name | string | Name of the integration service. |
| integration.description | string | Internal description key of the integration. |
| integration.category | string | Category classification of the integration. |
| integration.slug | string | Unique identifier string used internally to reference the integration. |
| integration.media | array | List of media assets associated with the integration (such as logos or images). |
| created_at | datetime | ISO 8601 timestamp of when the configuration was created. |
| updated_at | datetime | ISO 8601 timestamp of the last configuration update. |
data.token) are strictly omitted from the response body.