GET
/
o
/
{organisation_id}
/
connections
/
{connection_id}
/
environments
/
{environment_id}

Authorizations

cookie
string
cookierequired

Cookie authentication used by the Versori Platform.

Path Parameters

organisation_id
string
required
connection_id
string
required

ID is the unique identifier of the Connection.

environment_id
string
required

Response

200 - application/json
id
string
required

ID is the unique identifier of the Environment. Typically this is only used internally and most (if not all) public-facing APIs will use the name in combination with the Connection's id instead.

name
string
required

Name is the name of the Environment. This must be unique within the owning Connection.

credentials
object
required

EnvironmentCredentials defines the Action and Trigger credentials for the owning Connection. If multiple credentials are defined for each type, they are applied to the request in the order they are defined. This is to enable Connections which require both a user session token and an API key to be provided in the request.

variables
object[]
required
createdAt
string
required

CreatedAt is the time the Environment was created.

updatedAt
string
required

UpdatedAt is the time the Environment was last updated.