Stop Session
This endpoint allows you to stop the current session for the specified server ID.
Start Session
Request Body
Name
Type
Description
{
"id": "UUID_OF_SESSION",
"sysStatus": true,
"community": "YOUR_COMMUNITY_ID",
"serverId": 1,
"startedBy": "UUID_OF_SESSION_STARTER",
"startedAt": "TIMESTAMPTZ_STRING",
"endedBy": "UUID_OF_SESSION_ENDER",
"endedAt": "TIMESTAMPTZ_STRING",
"cancelledBy": null,
"stats": {},
"metadata": {},
}INVALID API KEY
INVALID COMMUNITY ID
NO_SERVER_ID
INVALID_SERVER
SESSION_ERRORLast updated
Was this helpful?

