Trigger a manual sync on an integration.

Trigger a manual sync on an integration. This request has no impact if a sync is already in progress, but the endpoint will return a 400 with a corresponding error code.

Path parameters

integration_idstringRequired
The ID of the resource.

Headers

AuthorizationstringRequired

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

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