NoCodeAPI

Pocket API

Pocket is a web tool for managing a reading list of articles and videos from the Internet.

Retrieve Items

Make GET request on this endpoint to retrieve items with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/pocket/<token>
				
			
– Request Parameters :
Object Description
state [Optional] unread, archive, or all
favorite [Optional] 0 or 1
tag [Optional] 0 or 1
contentType [Optional] article, video, or image
sort [Optional] newest, oldest, title, or site

Add Item

Make POST request on this endpoint to add item with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/pocket/<token>

				
			
– Request Parameters :
Object Description
url [Required] The URL of the item you want to save
title [Optional] This can be included for cases where an item does not have a title, which is typical for image or PDF URLs. If Pocket detects a title from the content of the page, this parameter will be ignored.
tags [Optional] A comma-separated list of tags to apply to the item
tweet_id [Optional] If you are adding Pocket support to a Twitter client, please send along a reference to the tweet status id. This allows Pocket to show the original tweet alongside the article.

Modify

Make PUT request on this endpoint to modify with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/pocket/<token>

				
			
– Request Parameters :
Object Description
body [Required] list of actions should be sent as a JSON array.

– Body data format example:

[
    {
        "action": "archive",
        "item_id": "229279689",
        "time": "1348853312"
    }
]

BLACK FRIDAY Month STARTED - Coupon: BF2023 for 50% OFF