North Connectors
List all north connectors
Retrieves a list of all configured north connectors
get/api/north
Response
Array of north connector objects
Example response
[
{
"id": "entity123",
"createdBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"updatedBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"createdAt": "2023-10-31T12:34:56.789Z",
"updatedAt": "2023-10-31T12:34:56.789Z",
"name": "Debug Console Output",
"description": "Outputs data to console for debugging purposes",
"enabled": true
}
]