Post organisations connection init
InitialiseConnection is used to initiate a connection of an App to a user’s organisation. Different connections require different auth methods (or even no auth method at all), this endpoint returns the necessary configuration required to establish that connection.
Authorizations
Path Parameters
Body
Response
InitConnectionActionRedirect tells the user agent to redirect to the provided URL to complete the connection. This is most likely to perform an OAuth2.0 authorization code grant, but there may be other protocols in the future. In the case of an OAuth2.0 flow, the redirect URL will be back to switchboard to complete the connection process, this will be transparent to the user.
InitConnectionActionForm tells the user agent to render a form requesting additional information from the user such as api-key or basic-auth credentials.