Launchdarkly
Connector for the launchdarkly API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://app.launchdarkly.com/api/v2 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
getroot— GET / — You can issue a GET request to the root resource to find all of the resource catgetrelayproxyconfigs— GET /account/relay-auto-configs — Returns a list of relay proxy configurations in the account.getrelayproxyconfig— GET /account/relay-auto-configs/{id} — Get a single relay proxy configuration by ID.getauditlogentries— GET /auditlog — Get a list of all audit log entries. The query parameters allow you to restrict the returned results by date ranges, resource specifiers, or a full-text search query.getauditlogentry— GET /auditlog/{resourceId} — Use this endpoint to fetch a single audit log entry by its resouce ID.getdestinations— GET /destinations — Returns a list of all data export destinations.
Inputs
apiKey— your launchdarkly API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getroot
apiKey: <your key>