Dedicated Account
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
Notebook created successfully
application/json
notebookIdstringOptional
The ID of the created notebook
400
Invalid request parameters
application/json
401
Unauthorized - requires enterprise account
500
Server error
503
Service unavailable - browser is busy
post
/dedicated-account/createNotebookAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringRequired
The ID of the notebook to delete
Responses
200
Notebook deleted successfully
application/json
successbooleanOptionalExample:
true400
Invalid request parameters
application/json
401
Unauthorized - requires enterprise account
500
Server error
503
Service unavailable - browser is busy
post
/dedicated-account/deleteNotebookAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
List of notebook IDs retrieved successfully
application/json
notebookIdsstring[]Optional
Array of notebook IDs
401
Unauthorized - requires enterprise account
500
Server error
503
Service unavailable - browser is busy
get
/dedicated-account/getNotebooksLast updated