cURL
curl --request POST \ --url https://api.example.com/api/core/sharepoint/sync \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "setting_id": "<string>" } '
{ "message": "<string>" }
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?