Reference
GET
/bookmarks
Search for bookmarks
Query Parameters
queryRequiredstring
Search query string
Example:"Tech blogs"Format: "string"| Status code | Description |
|---|---|
200 | Successful |
401 | Unauthorized |
403 | Forbidden |
429 | Too Many Requests |
List of bookmark results
POST
/bookmarks
Create bookmarks
Request Body
The bookmark to create
idstring
Example: "cjld2cjxh0000qzrmn831i7rn"Format: "cuid"userIdstring
Linked user id
Example:"cjld2cyuq0000t3rmniod1foy"Format: "cuid"titleRequiredstring
Page or link title
Example:"Tech Blog"urlRequiredstring
Link to the bookmark
Example:"https://engadget.com"category?string
Category grouping for your bookmark
desc?string
Description of the bookmark
tags?array of object
| Status code | Description |
|---|---|
200 | Successful |
401 | Unauthorized |
403 | Forbidden |
429 | Too Many Requests |
DELETE
/bookmarks
Delete bookmarks
Request Body
Bookmark ID to delete
idstring
Example: "cjld2cjxh0000qzrmn831i7rn"Format: "cuid"| Status code | Description |
|---|---|
204 | No Content |
401 | Unauthorized |
403 | Forbidden |
429 | Too Many Requests |
GET
/tags
Search for tags
Query Parameters
querystring
Query
| Status code | Description |
|---|---|
200 | Successful |
401 | Unauthorized |
403 | Forbidden |
429 | Too Many Requests |
List of tag results
POST
/tags
Create tag
Request Body
The tag to create
idstring
Example: "tz4a98xxat96iws9zmbrgj3a"Format: "cuid"userIdstring
Example: "q6jy42jq92xypbao731oj7x8"Format: "cuid"nameRequiredstring
Query Parameters
querystring
Query
| Status code | Description |
|---|---|
200 | Successful |
401 | Unauthorized |
403 | Forbidden |
429 | Too Many Requests |
DELETE
/tags
Delete tag
Request Body
Tag ID to delete
idstring
Example: "cjld2cjxh0000qzrmn831i7rn"Format: "cuid"| Status code | Description |
|---|---|
204 | No Content |
401 | Unauthorized |
403 | Forbidden |
429 | Too Many Requests |
GET
/categories
Search for categories
Query Parameters
querystring
Query
| Status code | Description |
|---|---|
200 | Successful |
401 | Unauthorized |
403 | Forbidden |
429 | Too Many Requests |
List of categories results
POST
/categories
Create categories
Request Body
The category to create
idstring
Example: "pfh0haxfpzowht3oi213cqos"Format: "cuid"userIdstring
Example: "nc6bzmkmd014706rfda898to"Format: "cuid"nameRequiredstring
Name of your category
descriptionstring
Description for the category
Query Parameters
querystring
Query
| Status code | Description |
|---|---|
200 | Successful |
401 | Unauthorized |
403 | Forbidden |
429 | Too Many Requests |
DELETE
/categories
Delete categories
Request Body
Category ID to delete
idstring
Example: "cjld2cjxh0000qzrmn831i7rn"Format: "cuid"| Status code | Description |
|---|---|
204 | No Content |
401 | Unauthorized |
403 | Forbidden |
429 | Too Many Requests |
Last updated on