Validate delivery configuration

POST
/api/v2/integration-capabilities/featureStore/:projectKey/:environmentKey/:integrationKey/:id/validate

Validate the saved delivery configuration, using the validationRequest in the integration’s manifest.json file.

Path parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

integrationKeystringRequired

The integration key

idstringRequired

The configuration ID

Response

Integration delivery configuration validation response

statusCodeintegerOptional

The status code returned by the validation

errorstringOptional
timestamplongOptional

Timestamp of when the validation was performed

responseBodystringOptional

JSON response to the validation request

Errors

Built with