Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
userobjectRequiredAuthenticated user info
idstringRequiredUser ID
namestringRequiredDisplay name of the user
rolestringRequiredUser role in the organisation
membertenantobjectRequiredCurrent organisation context
idstringRequiredOrganisation ID
namestringRequiredOrganisation name
cwdstringRequiredInitial working directory
/drivemotdstringRequiredMessage of the day shown on session start
{
"user": {
"id": "example_id",
"name": "example_name",
"role": "member"
},
"tenant": {
"id": "example_id",
"name": "example_name"
},
"cwd": "/drive",
"motd": "example_motd"
}POST /bff/terminal/session
curl -X POST "https://api.bizkithub.com/bff/terminal/session" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.