POST
/
api
/
syncs
/
{syncId}
/
reenable
Re-enable a Sync
curl --request POST \
  --url https://sync.useparagon.com/api/syncs/{syncId}/reenable \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

syncId
string
required

ID of the sync to re-enable

Response

200

Sync successfully re-enabled