Skip to content
Start here

Bookmarks

List Bookmark applications
Deprecated
GET/accounts/{account_id}/access/bookmarks
Get a Bookmark application
Deprecated
GET/accounts/{account_id}/access/bookmarks/{bookmark_id}
Create a Bookmark application
Deprecated
POST/accounts/{account_id}/access/bookmarks/{bookmark_id}
Update a Bookmark application
Deprecated
PUT/accounts/{account_id}/access/bookmarks/{bookmark_id}
Delete a Bookmark application
Deprecated
DELETE/accounts/{account_id}/access/bookmarks/{bookmark_id}
ModelsExpand Collapse
Bookmark { id, app_launcher_visible, domain, 2 more }
id: optional string

The unique identifier for the Bookmark application.

app_launcher_visible: optional boolean

Displays the application in the App Launcher.

domain: optional string

The domain of the Bookmark application.

logo_url: optional string

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

name: optional string

The name of the Bookmark application.

BookmarkDeleteResponse { id }
id: optional string

UUID.

maxLength36