Skip to main content
Version: 6.1.0

How to use Service Integration

Interactor Engine may be used to integrate services.

Service Integration Features allow users to

  • Manage tokens
  • Execute Actions
  • Create Subscriptions

Below are list of APIs that need to be called to set up your application for creating a user and log in to the service.

Steps

  1. Create a user
    • The userId is the user's identifier in your service. It is a field used to match users in your service with users in the Interactor Engine.
  2. Log in to the service
    • Before logging in to the service, you need to know serviceVersionId for the service.
      1. Get services
        • Choose the service that you want to use
      2. Get service versions
        • Choose service version
      3. Process Oauth
    • You can use serviceVersionName instead of serviceVersionId