Validate delivery configuration

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

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequiredformat: "string"
The project key
environmentKeystringRequiredformat: "string"
The environment key
integrationKeystringRequiredformat: "string"
The integration key
idstringRequiredformat: "string"
The configuration ID

Response

Integration delivery configuration validation response
statusCodeinteger or null
The status code returned by the validation
errorstring or null
timestamplong or null
Timestamp of when the validation was performed
responseBodystring or null
JSON response to the validation request

Errors