This request creates and configures a new integration within the system. Integrations allow the platform to connect with external services and automate data exchange, workflows, and actions between ENSPACE and third-party applications.
curl --location --request POST 'https://api-develop.enspace.io/workspace-integrations' \
--header 'x-api-key: <api-key>' \
--header 'en-workspace: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 8,
"data": {
"changeKeys": false,
"environment": "stage"
},
"integration": 8,
"status": "active",
"created_at": "2026-02-09T14:54:27.092Z",
"updated_at": "2026-03-12T15:11:17.254Z"
}'{
"integration": 1,
"data": {
"environment": "stage",
"changeKeys": true,
"token": "88888888888",
"webhookCatcherEndpoint": "https://api-develop.enspace.io/webhooks/certisign"
}
}