POST
/
o
/
{organisation_id}
/
protocols
/
http
/
connectors

Authorizations

Authorization
string
header
required

Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.

Path Parameters

organisation_id
string
required

Body

application/json

HTTPConnectorCreate is the input to the CreateHTTPConnector endpoint.

authSchemeConfigs
object[]
required
baseUrl
string
required

BaseURL is the base URL of all HTTP Actions within the Connector.

name
string
required

Name is a user-friendly identifier for a Connector

connectionVariables
object[]
public
boolean
tags
object

Response

201 - application/json

HTTPConnector represents a connector to an external system over HTTP.

authSchemeConfigs
object[]
required
baseUrl
string
required

BaseURL is the base URL of all HTTP Actions within the Connector.

connections
object[]
required

Connections is a list of all the connections this Connector has.

createdAt
string
required

CreatedAt is the time at which the ConnectorVersion was created.

id
string
required

ID is the unique identifier of the Connector.

name
string
required

Name is the user-provided name of the Connector

organisationId
string
required

OrganisationID is the unique identifier of the Organisation that owns the Connector.

protocol
enum<string>
required

ProtocolType denotes the set of all valid connector types.

Available options:
http,
bigquery
public
boolean
required
updatedAt
string
required

UpdatedAt is the time at which the ConnectorVersion was last updated, including any changes to child resources.

versions
object[]
required

Versions is a list of all the versions this Connector has.

connectionVariables
object[]

Connection Variables is a list of default variables initialised in every connector connection.

documentationURL
string

Hold an optional link to the documentation for the API.

imageURL
string

The URL for the icon for the connector

tags
object