curl --location --request GET 'https://app.launchdarkly.com/api/v2/destinations///'
{
"_id": "37ed9aad-de0a-4665-932e-41c35587aeea",
"_links": {
"next": {
"href": "/api/v2/endpoint",
"type": "application/json"
},
"self": {
"href": "/api/v2/endpoint",
"type": "application/json"
}
},
"config": {
"project": "cool-project",
"topic": "test"
},
"kind": "google-pubsub",
"name": "Example Google Pub/Sub Destination",
"on": true,
"version": 2
}