Get all configurations for the integration

Get all integration configurations with the specified integration key. (Excludes [persistent store](https://launchdarkly.com/docs/api/persistent-store-integrations-beta) and [flag import configurations](https://launchdarkly.com/docs/api/flag-import-configurations-beta).).

Authentication

Authorizationstring
API Key authentication via header

Path parameters

integrationKeystringRequiredformat: "string"

A key that corresponds to the third-party integration you are configuring. For example, mezmo.

Query parameters

includePendingbooleanOptional

When true, includes pending two-step setup drafts that were created using /setup but are not yet finalized. Defaults to false, which returns only active configurations.

Response

List of Integration Configurations
itemslist of objects
An array of integration configurations

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error