List all destinations for the authenticated user.
{ "connectors": DestinationConfigDict }{
"connectors": {
"my-s3-destination": {
"type": "s3",
"config": {
"bucket": "my-bucket",
"region": "us-east-1"
}
},
"my-webhook-destination": {
"type": "webhook",
"config": {
"url": "https://api.example.com/webhook"
}
}
}
}
Successful Response