POST
/
activations

Body

application/json

ActivationCreate is the request payload to activate an Integration for End User

connections
object[]
required

Connections is a list of Activation Connections to create for this Activation. Each Activation Connection can either reference an existing underlying Connection, or a new Connection can be created.

integrationId
string
required

IntegrationID references the Integration that the activation is for.

userId
string
required

UserID references the user to activate the integration for, this may be their Versori identifier or their external identifier, indicated by the userIdType field.

dynamicVariables
object

Dynamic variables can be used on an integration at run time. The user specifies the value of these variables when activating an integration. When an integration is created, the name and types of these variables can be defined.

Response

200 - application/json
hubId
string
required
id
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.

user
object
required