DiceX DevelopersDiceX API Docs

Sync Meetings

POST
/api/v1/OnlineMeeting/SyncMeetings
ApiKey<token>

API Key needed to access the endpoints. Example: "ApiKey: {key}"

In: header

Query Parameters

folderId?integer
Formatint64

Response Body

curl -X POST "https://gateway.dicex.me/api/v1/OnlineMeeting/SyncMeetings"
{
  "isSuccess": true,
  "message": "string",
  "value": 0
}