Connector Definitions
Check Connection
POST
/
api
/
v1
/
connector_definitions
/
check_connection
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
type
enum<string>
Available options:
source
, destination
name
string
connection_spec
object
Generic connection specification structure. Specifics depend on the connector type.
Response
200 - application/json
result
enum<string>
Available options:
success
, failure
details
string
Was this page helpful?