# Post Endpoint - RunSharePointSyncJob

Starts a synchronization job with SharePoint

# HTTP Request

One of the following requests should be made:

POST /api/sh/syncjob/run

# Query parameters

Name Description
syncJobId required. ID of sync job which have to synchronized.

# Request headers

Name Description
Authorization required. Bearer {token}. See authorization
Content-Type required. application/json

# Responses

Code Description Type
200 Starting sharepoint sync job synchronization done successfully.
401 If access is not allowed with the given credentials/data.
500 Starting sharepoint sync job synchronization failed due to an internal server error.
Last updated: February 14, 2025 at 8:26 AM