Skip to main content

Resume sync

POST 

/syncs/_resume

Resume sync

Request

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Body

required
    oneOf
    object_type stringrequired

    Possible values: [common, standard, custom]

    The object type to filter by

    object stringrequired

    The object to filter by

Responses

Sync resumed

Schema
    oneOf
    id stringrequired
    type stringrequired

    Possible values: [object]

    object_type stringrequired

    Possible values: [common, standard, custom]

    object stringrequired

    The Provider's object name (case sensitive)

    connection_id stringrequired
    sync_config_id stringrequired
    paused booleanrequired
Loading...