curl --request POST \
--url http://localhost:3000/v2/ConnectorListConnectors \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"request_metadata": {}
}
'{
"status": "ok",
"rows": [
{
"connectorid": 123,
"connectorname": "<string>",
"connectortype": "<string>"
}
]
}Lists all configured connectors
curl --request POST \
--url http://localhost:3000/v2/ConnectorListConnectors \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"request_metadata": {}
}
'{
"status": "ok",
"rows": [
{
"connectorid": 123,
"connectorname": "<string>",
"connectortype": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.databunker.org/llms.txt
Use this file to discover all available pages before exploring further.