Create Instance
POST /v1/integration/instance
Creates a new integration instance with the specified configuration. Validates the input parameters, applies default settings, and returns the created instance with its unique identifier and current status.
Request Body
{
"configuration": [
{
"value": "ViRTamBbhlNkTHnwepMSzfRVSndUHfor",
"uuid": "ewwqe"
},
{
"value": "live",
"label": "Live Environment",
"uuid": "environment"
}
],
"name": "ZAVE+ARSP",
"workers": [
null
],
"integrationId": "6634cc8a2f6eba614c0cecf6"
}