Create a new bookmark
POST/bookmarks
Create a new bookmark. The bookmark type (link, text, or asset) is determined by the type field in the request body. For link bookmarks, if the URL already exists, the existing bookmark is returned with a 200 status.
Request
Responses
- 200
- 201
- 400
- 401
A bookmark with this URL already exists. The existing bookmark is returned.
The bookmark was created successfully.
Bad request — invalid input data.
Unauthorized — the Bearer token is missing, invalid, or expired.