-
Notifications
You must be signed in to change notification settings - Fork 466
Open
Description
Sentry Issue: FLAGSMITH-API-5FH
As of 2026-01-06, our LaunchDarkly importer fails with a 400 Bad Request hinting to an API change:
{"code": "invalid_request", "message": "The API version requested is not allowed"}
Our code uses LaunchDarkly API version 20220603 for this integration. Registering a new API token matching this version doesn't help. It looks like they have decided to advance EOL scheduled for EOY 2026?
Upgrading the version number in the API (see
| LAUNCH_DARKLY_API_VERSION = "20220603" |
Note
The import use case is known to be working until the day before, 2026-01-05, even with an API key of the newer LaunchDarkly API, 20240415.