{ "operationId": "getDestination", "method": "GET", "path": "/destinations/{destinationId}", "summary": "Airbyte Get Destination Details", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Destination Get Response Example", "example": { "destinationId": "18dccc91-0ab1-4f72-9ed7-0b8fc27c5826", "name": "My Destination", "sourceType": "postgres", "workspaceId": "744cc0ed-7f05-4949-9e60-2a814f90c035", "configuration": { "conversion_window_days": 14, "customer_id": "1234567890", "start_date": 1672531200000, "end_date": 1704067200000 } } } ] }