Manage Connectors

Event Store Connectors Documentation

Is anyone experiencing issues or difficulties retrieving the list of connectors? I followed the instructions for listing connectors using Postman instead of a PowerShell command, but I couldn’t reach the endpoint.

**Header has included Context-Type with Application/Json
Response was 400 Bad Request

{
    "code": 3,
    "message": "Request JSON payload is not correctly formatted.",
    "details": []
}

image

try removing the quutes around true :

"includeSettings": true,

1 Like