POST
/
o
/
{organisation_id}
/
connections
/
{connection_id}
/
link
curl --request POST \
  --url https://platform.versori.com/api/v2/o/{organisation_id}/connections/{connection_id}/link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "connectionTemplateId": "<string>"
}'
This response does not have an example.

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
connection_id
string
required

Body

application/json

LinkConnectionEnvironment is the request payload to link an existing connection to an environment.

Response

201

Created