launchdarkly.com

Build custom integrations with the LaunchDarkly REST API

🔑 apikey 105 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

python-server-sdk ✓ Official
pip install python-server-sdk
react-client-sdk ✓ Official
npm install react-client-sdk
node-server-sdk ✓ Official
npm install node-server-sdk
js-client-sdk ✓ Official
npm install js-client-sdk
go-server-sdk ✓ Official
go get github.com/launchdarkly/go-server-sdk
# Maven: see https://github.com/launchdarkly/react-native-client-sdk
android-client-sdk ✓ Official
# Maven: see https://github.com/launchdarkly/android-client-sdk
java-server-sdk ✓ Official
# Maven: see https://github.com/launchdarkly/java-server-sdk
dotnet-server-sdk ✓ Official
dotnet add package dotnet-server-sdk
ios-client-sdk ✓ Official
# See https://github.com/launchdarkly/ios-client-sdk
curl examples
You can issue a GET request to the root resource to find all of the resource …
curl \
  -H "Authorization: $API_KEY" \
  /
Return a complete list of custom roles.
curl \
  -H "Authorization: $API_KEY" \
  /roles
Returns of the usage endpoints available.
curl \
  -H "Authorization: $API_KEY" \
  /usage
Endpoints (105 total)
GET
/
You can issue a GET request to the root resource to find all of the resource …
GET
/roles
Return a complete list of custom roles.
GET
/usage
Returns of the usage endpoints available.
GET
/tokens
Returns a list of tokens in the account.
GET
/members
Returns a list of all members in the account.
GET
/auditlog
Get a list of all audit log entries. The query parameters allow you to restri…
GET
/projects
Returns a list of all projects in the account.
GET
/webhooks
Fetch a list of all webhooks.
GET
/usage/mau
Get monthly active user data.
GET
/members/me
Get the current team member associated with the token
GET
/destinations
Returns a list of all data export destinations.
GET
/integrations
Get a list of all configured audit log event integrations associated with thi…
At a glance
Total SDKs10
Languages7
Endpoints105
Authapikey
Categories1