axonpush
API referenceExport destinations

GET /export-destinations

GET
/export-destinations

Query Parameters

envSlug?string

Response Body

application/json

application/problem+json

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"    }  ]}