cURL
curl --request GET \ --url https://sync.useparagon.com/api/syncs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "integration": "<string>", "pipeline": "<string>", "status": "INITIALIZING", "configurationName": "<string>", "dateCreated": "2023-11-07T05:31:56Z", "dateUpdated": "2023-11-07T05:31:56Z" } ] }
List all Syncs for a Connected User
Paragon User Token. Add to the Authorization header of your requests.
List of Syncs
The response is of type object.
object
Was this page helpful?