DocsAPI ReferenceTerminal/bff/terminal/session
postTerminalAdmin BFF

/bff/terminal/session

Initialize terminal session

TerminalpostBffTerminalSession

No parameters

This endpoint takes no path, query, header or body parameters.

Request

POST /bff/terminal/session

post
curl -X POST "https://api.bizkithub.com/bff/terminal/session" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "user": {
    "id": "example_id",
    "name": "example_name",
    "role": "member"
  },
  "tenant": {
    "id": "example_id",
    "name": "example_name"
  },
  "cwd": "/drive",
  "motd": "example_motd"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key