# Bookmark Bookmark APIs ## Add a Bookmark - [POST /portals/{portalID}/bookmarks](https://apidev.egain.com/apis/v4/knowledge/portalmgr/api-bundled/bookmark/addbookmark.md): ## Overview * The Add a Bookmark API adds a bookmark from a portal. ## Get All Bookmarks for a Portal - [GET /portals/{portalID}/bookmarks](https://apidev.egain.com/apis/v4/knowledge/portalmgr/api-bundled/bookmark/getbookmark.md): ## Overview The Get All Bookmarks for a Portal API returns all bookmarks for a portal. Only the topic bookmarks that are available in the scope of the portal are returned. ## Permissions * The user must have the __View Author Portal__ action to access the authoring view. * The user must have the __View Staging Portal__ action to access the staging view. ## Delete a Bookmark - [DELETE /portals/{portalID}/bookmarks/{bookmarkID}](https://apidev.egain.com/apis/v4/knowledge/portalmgr/api-bundled/bookmark/deletebookmark.md): ## Overview The Delete a Bookmark API deletes a bookmark from a portal.