{ "opencollection": "1.0.0", "info": { "name": "Terapi Actions Sync API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sync", "type": "folder" }, "items": [ { "info": { "name": "Trigger Sync", "type": "http" }, "http": { "method": "POST", "url": "https://api.terapi.dev/sync/trigger", "body": { "type": "json", "data": "{}" } }, "docs": "Triggers a data synchronization run for a specific connection and sync configuration. The sync fetches updated data from the third-party provider." }, { "info": { "name": "Get Sync Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.terapi.dev/sync/:connection_id/:sync_name", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "The connection identifier" }, { "name": "sync_name", "value": "", "type": "path", "description": "The name of the sync" }, { "name": "provider_config_key", "value": "", "type": "query", "description": "The provider config key" } ] }, "docs": "Returns the current status and history of a specific sync." } ] } ], "bundled": true }