curl --request POST \
--url https://platform.versori.com/api/v2/o/{organisation_id}/projects/{project_id}/systems \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"systemId": "<string>",
"name": "<string>",
"environmentId": "<string>",
"dynamic": true
}
'{}curl --request POST \
--url https://platform.versori.com/api/v2/o/{organisation_id}/projects/{project_id}/systems \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"systemId": "<string>",
"name": "<string>",
"environmentId": "<string>",
"dynamic": true
}
'{}Bearer token authentication used by the Versori Platform. You must provide a signed JWT provided by our IdP.
ID of the system to add the project environment.
How you will reference your system from the SDK.
The environment to link the system to.
If the connections to the system need to be dynamic or static. Dynamic connections are used when the integration runs for multiple end users. Defaults to false if not set.
OK