Varsha Neelesh
Articles
Recent activity by Varsha Neelesh
-
Welcome to Syncari Embed
Syncari Embed brings the power of Syncari's patented multidirectional stateful sync to your product. By unifying and automating data across the customer journey, Syncari unlocks efficiency and acce...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Using the Syncari Embed APIs
The Syncari Embed APIs follow the REST API architecture. Using the REST APIs, integrate, connect and manage the resources (such as Synapses, Quick Starts, and Pipelines) of a Syncari organization b...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Subscription
Create Instance This API creates a new instance on a subscription asynchronously. The value corresponding to jobId in the response can be used in the Get Job by Id API call to get the instance cre...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
ABAC Usage
This article gives a few examples on how you can use ABAC to provide or restrict access to users on resources.How It WorksRole based and ABAC based access work hand in hand. The most restrictive po...
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Realtime Pipeline
Syncari pipelines are asynchronous by default. They run at a set cadence (once every minute) and poll the source systems for delta changes. This works well for most use cases, however there may be ...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Sharing Custom Actions
Once you author a custom action and publish the draft, you can choose to share it with other instances within your subscription. Once shared, the other instances can see the custom action in Pipeli...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Synapse
List Synapses Use this endpoint to get the list of synapses created for the required Instance. Details like authentication mechanism, credentials, status, etc. for each synapse will be available...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Base URL
All requests that are to be made to the Syncari Embed APIs should include the Base URL followed by a resource. All requests must be made over HTTPS. The Base URL is: https://api.syncari.com/api/...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Schema
List Entities for a Synapse Lists all approved entity schema for a synapse. Request Headers Name Type Required syncariId Id of the instance the API ...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Authenticating with Syncari Embed APIs
Syncari Embed uses token-based authentication. You'll use your Client ID and Client secret to make a request to the POST/oauth/token endpoint. Syncari responds with an access token to use for subs...
- Updated
- 1 follower
- 0 comments
- 0 votes