Skip to content
Start here

Bookmarks

List Bookmark applications
Deprecated
client.zeroTrust.access.bookmarks.list(BookmarkListParams { account_id } params, RequestOptionsoptions?): SinglePage<Bookmark { id, app_launcher_visible, domain, 2 more } >
GET/accounts/{account_id}/access/bookmarks
Get a Bookmark application
Deprecated
client.zeroTrust.access.bookmarks.get(stringbookmarkId, BookmarkGetParams { account_id } params, RequestOptionsoptions?): Bookmark { id, app_launcher_visible, domain, 2 more }
GET/accounts/{account_id}/access/bookmarks/{bookmark_id}
Create a Bookmark application
Deprecated
client.zeroTrust.access.bookmarks.create(stringbookmarkId, BookmarkCreateParams { account_id, body } params, RequestOptionsoptions?): Bookmark { id, app_launcher_visible, domain, 2 more }
POST/accounts/{account_id}/access/bookmarks/{bookmark_id}
Update a Bookmark application
Deprecated
client.zeroTrust.access.bookmarks.update(stringbookmarkId, BookmarkUpdateParams { account_id, body } params, RequestOptionsoptions?): Bookmark { id, app_launcher_visible, domain, 2 more }
PUT/accounts/{account_id}/access/bookmarks/{bookmark_id}
Delete a Bookmark application
Deprecated
client.zeroTrust.access.bookmarks.delete(stringbookmarkId, BookmarkDeleteParams { account_id } params, RequestOptionsoptions?): BookmarkDeleteResponse { id }
DELETE/accounts/{account_id}/access/bookmarks/{bookmark_id}
ModelsExpand Collapse
Bookmark { id, app_launcher_visible, domain, 2 more }
id?: string

The unique identifier for the Bookmark application.

app_launcher_visible?: boolean

Displays the application in the App Launcher.

domain?: string

The domain of the Bookmark application.

logo_url?: string

The image URL for the logo shown in the App Launcher dashboard.

name?: string

The name of the Bookmark application.

BookmarkDeleteResponse { id }
id?: string

UUID.

maxLength36