Syncs
Create sync variant
Creates a new sync variant for a specific connection
POST
Creating a sync variant
Sync variants allow you to create different configurations of the same sync for a specific connection. This is useful when you need to sync the same data with different settings or filters.
Key features
- Each variant operates independently with its own sync schedule
- Variants can be queried separately through the records endpoint using the
variant
query parameter - Cannot use “base” as a variant name (protected)
After creating a variant, you can use the /records
endpoint to access its data by specifying the variant query parameter:
Path Parameters
The name of the sync
The name of the variant to create. Cannot be "base" (protected name).
Body
application/json
The integration ID used when creating the connection
The ID of the connection to create the sync variant for
Was this page helpful?