Tines Stories
  1. API
  2. Admin
  3. Story sync destinations
  1. API
  2. Admin
  3. Story sync destinations

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 \
  --proto '=https' --tlsv1.2 \
  https://<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?