Manual sync

Description

Trigger an immediate push of all subscribed stories to the destination tenant.

Request

HTTP Method: POST

URL Parameter Description
id ID of the sync destination to sync to.
curl -X POST \
  https://<<META.tenant.domain>>/api/v1/admin/sync_destinations/24/manual_sync \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'

Response

A successful request returns a confirmation object, with a 200 OK status.

Sample response

{
  "sync_initiated": true
}
Was this helpful?