GET
/
activations
/
{activation_id}

Path Parameters

activation_id
string
required

Response

200 - application/json
id
string
required
user
object
required
user.id
string
required

ID is the Versori identifier for the user. Most APIs will not use this field but instead reference users by their externalId.

user.externalId
string
required

ExternalID is the identifier for the user as determined by the organisation. This typically should be the same as the user's ID on the Primary Connector for the Hub. Regardless of the value, it must be unique within the Hub.

user.displayName
string
required

DisplayName is an optional human-readable name for the user. If not set, the default is an empty string.

user.hubId
string
required

The hub ID to which the user belongs to.

user.primaryConnection
object
required

PrimaryConnection is the connection that the user will use to authenticate to the primary connector.

user.createdAt
string
required

CreatedAt is the time the user was created.

user.updatedAt
string
required

UpdatedAt is the time the user was last updated.

hubId
string
required
integration
object
required

EndUserIntegration represents an integration that is available to an end user.

This object is only a summary of the integration and does not contain all the information to enable the user to activate it. The GetEmbeddedIntegration endpoint should be used to retrieve the full integration details.

integration.id
string
required
integration.name
string
required

Name is a short name for the integration, this is typically the name of the Connector being integrated to.

integration.imageUrl
string
required

ImageURL is a URL to an image/icon that represents the integration. This image is used within the integration tile displayed in the embedded UI.

integration.description
string
required

Description can be used to provide a longer description of the integration. This can be shown to end users in the embedded integration hub UI.

integration.variablesSchema
object

VariablesSchema is the JSON schema for the variables defined for this integration.

integration.isDeployed
boolean
required

IsDeployed indicates whether the integration is deployed and available to end users. If not deployed, the integration cannot be activated.

integration.isActivated
boolean
required

IsActivated indicates whether the integration is activated for the end user. If the integration is not activated, the user can activate it from the embedded integration hub.