Reference
GET
/bookmarks
Search for bookmarks
Query Parameters
query
Requiredstring
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
id
string
Example: "cjld2cjxh0000qzrmn831i7rn"
Format: "cuid"
userId
string
Linked user id
Example:"cjld2cyuq0000t3rmniod1foy"
Format: "cuid"
title
Requiredstring
Page or link title
Example:"Tech Blog"
url
Requiredstring
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
id
string
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
query
string
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
id
string
Example: "tz4a98xxat96iws9zmbrgj3a"
Format: "cuid"
userId
string
Example: "q6jy42jq92xypbao731oj7x8"
Format: "cuid"
name
Requiredstring
Query Parameters
query
string
Query
Status code | Description |
---|---|
200 | Successful |
401 | Unauthorized |
403 | Forbidden |
429 | Too Many Requests |
DELETE
/tags
Delete tag
Request Body
Tag ID to delete
id
string
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
query
string
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
id
string
Example: "pfh0haxfpzowht3oi213cqos"
Format: "cuid"
userId
string
Example: "nc6bzmkmd014706rfda898to"
Format: "cuid"
name
Requiredstring
Name of your category
description
string
Description for the category
Query Parameters
query
string
Query
Status code | Description |
---|---|
200 | Successful |
401 | Unauthorized |
403 | Forbidden |
429 | Too Many Requests |
DELETE
/categories
Delete categories
Request Body
Category ID to delete
id
string
Example: "cjld2cjxh0000qzrmn831i7rn"
Format: "cuid"
Status code | Description |
---|---|
204 | No Content |
401 | Unauthorized |
403 | Forbidden |
429 | Too Many Requests |
Last updated on