POST/api/v2/integration-configurations/keys/integrationKey
Path Parameters
Body Parameters
    • key
      value
    • key
      value
    • key
      value
View in API Reference
Request
$curl -X POST https://app.launchdarkly.com/api/v2/integration-configurations/keys/integrationKey \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "name": "Example integration configuration",
> "configValues": {
> "optional": "an optional property",
> "required": "the required property",
> "url": "https://example.com"
> }
>}'
Response