Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Paragon Sync API

Enable, monitor, and read records from Managed Sync pipelines.

Paragon Sync API is one of 10 APIs that Paragon publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include Sync. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 4 JSON Schemas.

This API exposes 5 operations across 5 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://actionkit.useparagon.com.

5 operations 5 paths 2 schemas 4 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://actionkit.useparagon.com
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Paragon Sync API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Paragon User Token. A signed JWT token used to authenticate a Connected User.

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 4 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Sync 5

Enable, monitor, and read records from Managed Sync pipelines.

POST
/projects/{projectId}/sync/enable
Paragon Enable A Sync
enableSync 1 param body → 201
GET
/projects/{projectId}/sync/status
Paragon Get Sync Status
getSyncStatus 3 params → 200
GET
/projects/{projectId}/sync/records
Paragon Pull Synced Records
pullSyncedRecords 4 params → 200
GET
/projects/{projectId}/sync/records/{recordId}
Paragon Get Synced Record
getSyncedRecord 2 params → 200
GET
/projects/{projectId}/sync/records/{recordId}/content
Paragon Download File Content
downloadContent 2 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are SyncedRecord (7 properties), SyncStatus (5 properties). Each schema is shown below with its type and property counts.

SyncedRecord
object
A normalized record produced by a Managed Sync pipeline.
7 properties
SyncStatus
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

paragon-sync-api-openapi.yml Raw ↑

Other APIs Paragon publishes across the network.

Proxy API
Users API
Task History API
Triggers API
Paragon Credentials API
Paragon Custom Integrations API
Paragon Integrations API
Paragon Permissions API
Paragon Tools API