Trigger a manual sync on an integration.

A manual sync operation overrides the configured sync schedule for an integration. This operation is typically used during testing phases but may be executed at any time as needed. However, frequent use of manual syncs is not recommended. For questions regarding sync operations, contact Propexo Support.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

integration_idstringRequired
The ID of the resource.

Request

This endpoint expects an object.
sync_config_idstringOptional
The Propexo unique identifier for a sync configuration
models_to_synclist of enumsOptional
A list of the specific models to sync. This will only ingest the models specified during the sync and any relational models. For example, requesting "residents" and "leases" will also query their relational data. This can be used for times when only a limited amount of data would like to be synced. If you'd like this as part of your scheduled syncs, please contact Propexo support.

Response

Successful response
resultobject

Errors