Skip to main content
POST
/
v2
/
ConnectorListConnectors
List 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>"
    }
  ]
}

Authorizations

X-Bunker-Token
string
header
required

API token for authentication

Body

application/json
request_metadata
object

Additional metadata for the request

Response

200 - application/json

Connectors retrieved successfully

status
string
Example:

"ok"

rows
object[]