connections
Post organisations connections
Creates a connection between an organisation and an App. This is to be used by authentication methods which the user can explicitly configure, such as API Key and Basic Auth. For OAuth2/OIDC connections, users should call the InitialiseConnection endpoint instead.
POST
Authorizations
Path Parameters
Body
application/json
CreateConnectionRequestBody is the request body to create a new connection. The ID is automatically generated and the organisation ID is defined by the request's path parameter.
ConnectionDataAPIKey is the data element of a connection which is using an apikey authentication type.