Integration delivery configurations (beta)
Validate delivery configuration
Validate the saved delivery configuration, using the validationRequest in the integration's manifest.json file.
post/api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}/validate
Path parameters
projectKeystring string required
The project key
The project key
environmentKeystring string required
The environment key
The environment key
integrationKeystring string required
The integration key
The integration key
idstring string required
The configuration ID
The configuration ID
Response
Integration delivery configuration validation response
Example response
{
"statusCode": 200
}