For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Validate the saved delivery configuration, using the validationRequest in the integration’s manifest.json file.
curl --request POST \
--url https://app.launchdarkly.com/api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}/validate \
--header 'Authorization: <api-key>'{
"statusCode": 200,
"error": "<string>",
"timestamp": "1654104600000",
"responseBody": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The project key
The environment key
The integration key
The configuration ID
curl --request POST \
--url https://app.launchdarkly.com/api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}/validate \
--header 'Authorization: <api-key>'{
"statusCode": 200,
"error": "<string>",
"timestamp": "1654104600000",
"responseBody": "<string>"
}