v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
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

statusCodeinteger

The status code returned by the validation

errorstring
timestampinteger
responseBodystring

JSON response to the validation request

Example response

{
  "statusCode": 200
}