Get all of the resource categories the API supports. In the sandbox, click 'Try it' and enter any string in the 'Authorization' field to test this endpoint.
Root response
Rate limited
{- "links": {
- "property1": {
- "href": "string",
- "type": "string"
}, - "property2": {
- "href": "string",
- "type": "string"
}
}
}
Get basic information about the identity used (session cookie, API token, SDK keys, etc.) to call the API
Caller Identity
Invalid access token
Rate limited
{- "accountId": "string",
- "environmentId": "string",
- "projectId": "string",
- "environmentName": "string",
- "projectName": "string",
- "authKind": "string",
- "tokenKind": "string",
- "clientId": "string",
- "tokenName": "string",
- "tokenId": "string",
- "memberId": "string",
- "serviceToken": true
}
Get the latest version of the OpenAPI specification for LaunchDarkly's API in JSON format. In the sandbox, click 'Try it' and enter any string in the 'Authorization' field to test this endpoint.
OpenAPI Spec
Rate limited
{- "code": "rate_limited",
- "message": "You've exceeded the API rate limit. Try again later."
}
Get a list of IP ranges the LaunchDarkly service uses. You can use this list to allow LaunchDarkly through your firewall. We post upcoming changes to this list in advance on our status page.
In the sandbox, click 'Try it' and enter any string in the 'Authorization' field to test this endpoint.
Public IP response
Rate limited
{- "addresses": [
- "104.156.80.0/20",
- "151.101.0.0/16"
], - "outboundAddresses": [
- "52.21.152.96/32"
]
}
Get the latest API version, the list of valid API versions in ascending order, and the version being used for this request. These are all in the external, date-based format.
Versions information response
Invalid access token
Forbidden
Rate limited
{- "validVersions": [
- 0
], - "latestVersion": 0,
- "currentVersion": 0,
- "beta": false
}