POST/api/v2/integration-capabilities/flag-import/projectKey/integrationKey
Path Parameters
Body Parameters
    • key
      value
    • key
      value
    • key
      value
    • key
      value
    • key
      value
    • key
      value
    • key
      value
View in API Reference
Request
$curl -X POST https://app.launchdarkly.com/api/v2/integration-capabilities/flag-import/projectKey/integrationKey \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "config": {
> "environmentId": "The ID of the environment in the external system",
> "ldApiKey": "An API key with create flag permissions in your LaunchDarkly account",
> "ldMaintainer": "The ID of the member who will be the maintainer of the imported flags",
> "ldTag": "A tag to apply to all flags imported to LaunchDarkly",
> "splitTag": "If provided, imports only the flags from the external system with this tag. Leave blank to import all flags.",
> "workspaceApiKey": "An API key with read permissions in the external feature management system",
> "workspaceId": "The ID of the workspace in the external system"
> },
> "tags": [
> "example-tag"
> ],
> "name": "Sample configuration"
>}'
Response