GET
/
api
/
syncs
List Syncs
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Paragon User Token. Add to the Authorization header of your requests.

Response

200 - application/json

List of Syncs

The response is of type object.