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
- Create a user
- You can use both userId and sourceId for further requests.
- Log in to the service
- Before logging in to the service, you need to know
serviceVersionId
for the service.- Get services
- Choose the service that you want to use
- Get service versions
- Choose service version
- Process Oauth
- Get services
- You can use
serviceVersionName
instead ofserviceVersionId
- Before logging in to the service, you need to know
Helpful?