Skip to main content
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>'

Documentation Index

Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt

Use this file to discover all available pages before exploring further.

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