For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Generate key pair to allow Data Export to authenticate into a Snowflake warehouse destination
curl --request POST \
--url https://app.launchdarkly.com/api/v2/destinations/projects/{projKey}/environments/{envKey}/generate-warehouse-destination-key-pair \
--header 'Authorization: <api-key>'{
"public_key": "<string>",
"public_key_pkcs8": "<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
curl --request POST \
--url https://app.launchdarkly.com/api/v2/destinations/projects/{projKey}/environments/{envKey}/generate-warehouse-destination-key-pair \
--header 'Authorization: <api-key>'{
"public_key": "<string>",
"public_key_pkcs8": "<string>"
}