axonpush
API referenceExport destinations

GET /export-destinations/{destinationId}

GET
/export-destinations/{destinationId}

Path Parameters

destinationId*string

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/export-destinations/string"
{  "$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"}