Skip to main content
GET
/
api
/
v2
/
destinations
List destinations
curl --request GET \
  --url https://app.launchdarkly.com/api/v2/destinations \
  --header 'Authorization: <api-key>'
{
  "_links": {
    "self": {
      "href": "/api/v2/destinations",
      "type": "application/json"
    }
  },
  "items": [
    {
      "_id": "610addeadbeefaa86ec9a7d4",
      "_links": {
        "parent": {
          "href": "/api/v2/destinations",
          "type": "application/json"
        },
        "self": {
          "href": "/api/v2/destinations/my-project/my-environment/610addeadbeefaa86ec9a7d4",
          "type": "application/json"
        }
      },
      "name": "example-destination",
      "kind": "google-pubsub",
      "version": 1,
      "config": "{\"project\":\"test-prod\",\"topic\":\"ld-pubsub-test-192301\"}",
      "on": true,
      "_access": {
        "denied": [
          {
            "action": "<string>",
            "reason": {
              "effect": "allow",
              "resources": [
                "proj/*:env/*;qa_*:/flag/*"
              ],
              "notResources": [
                "<string>"
              ],
              "actions": [
                "*"
              ],
              "notActions": [
                "<string>"
              ],
              "role_name": "<string>"
            }
          }
        ],
        "allowed": [
          {
            "action": "<string>",
            "reason": {
              "effect": "allow",
              "resources": [
                "proj/*:env/*;qa_*:/flag/*"
              ],
              "notResources": [
                "<string>"
              ],
              "actions": [
                "*"
              ],
              "notActions": [
                "<string>"
              ],
              "role_name": "<string>"
            }
          }
        ]
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Response

Destination collection response

The location and content type of related resources

Example:
{
"self": {
"href": "/api/v2/destinations",
"type": "application/json"
}
}
items
object[]

An array of Data Export destinations