Skip to main content

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
appid
string
required

Application ID for the connection.

connection_type
enum<string>
required

Type of connection. Must match one of the supported authentication methods.

Available options:
basic_auth,
bearer_token,
api_key_auth,
oauth2_auth_code,
oauth2_implicit,
oauth2_password,
oauth2_client_creds,
key_value_creds
credentials
object
required

Authentication credentials for the connection.

shared
boolean
default:true
required

Whether the connection is shared. Defaults to true.

Response

Connection created successfully.

status
string
Example:

"success"

message
string
Example:

"Connection created successfully."

connection_id
string
Example:

"123e4567-e89b-12d3-a456-426614174000"