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
{- "property1": {
- "href": "string",
- "type": "string"
}, - "property2": {
- "href": "string",
- "type": "string"
}
}
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
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
{- "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
}