/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
opencelium
OpenCelium API
post
Creates new connector in the system by accepting Connector data in the request body
v3
latest
OpenAPI 3.0.1
raw.githubusercontent.com
2026-08-01
230
114
249.2 KB
Connector
Creates new connector in the system by accepting Connector data in the request body
post
/connector
Request body
ConnectorResource
required
connectorId
integer
title
string
description
string
icon
string
invoker
InvokerDTO
sslCert
boolean
timeout
integer
requestData
object
lastTestPassed
boolean
lastTestError
string
Response
Connector has been successfully created
ConnectorResource
required
connectorId
integer
title
string
description
string
icon
string
invoker
InvokerDTO
sslCert
boolean
timeout
integer
requestData
object
lastTestPassed
boolean
lastTestError
string