API referenceExport destinations
GET /export-destinations
curl -X GET "https://example.com/export-destinations"{ "$schema": "https://example.com/schemas/ListOutputBody4.json", "data": [ { "$schema": "https://example.com/schemas/DestinationDTO.json", "active": true, "createdAt": "string", "destinationId": "string", "endpointUrl": "string", "envSlug": "string", "eventTypeFilter": [ "string" ], "headerKeys": [ "string" ], "name": "string", "orgId": "string", "serviceName": "string", "signals": [ "string" ], "updatedAt": "string" } ]}