GET/api/v2/code-refs/statistics/projectKey
Path Parameters
Query Parameters
View in API Reference
Request
1import requests
2
3# Get code references statistics for flags (GET /api/v2/code-refs/statistics/:projectKey)
4response = requests.get(
5 "https://app.launchdarkly.com/api/v2/code-refs/statistics/projectKey",
6 headers={
7 "Authorization": ""
8 },
9)
10
11print(response.json())
Response