An open API service indexing awesome lists of open source software.

https://github.com/herczogzoltan/readwise-postman

Postman collection for Readwise API endpoints
https://github.com/herczogzoltan/readwise-postman

postman-collection postman-example readwise-highlights

Last synced: 5 months ago
JSON representation

Postman collection for Readwise API endpoints

Awesome Lists containing this project

README

          

# Postman collection for readwise.io

The [Postman](https://www.postman.com/) collection for [readwise.io](https://readwise.io) API endpoints.

## Install

There is no need to install anything, we are using only the built-in functions of Postman. This repository contains 2 things:

- An [environment](https://learning.postman.com/docs/sending-requests/managing-environments/) for Postman.
- A [postman collection](https://learning.postman.com/docs/sending-requests/intro-to-collections/)

**Import the environment**

1. [Open the environment](https://github.com/herczogzoltan/readwise-postman/blob/main/Readwise.postman_environment.json) file and copy it's content
2. In Postman, go to **File > Import > Raw text**
3. Paste the raw json, hit **Continue** and **Import**

**Import the collection**

1. [Open the collection](https://github.com/herczogzoltan/readwise-postman/blob/main/Readwise.postman_collection.json) file and copy it's content
2. In Postman, go to **File > Import > Raw text**
3. Paste the raw json, hit **Continue** and **Import**

If you have any trouble while importing, here you can find an [extended documentation](https://learning.postman.com/docs/getting-started/importing-and-exporting-data/)

## Get access token from Readwise

1. Log in at readwise.io
2. Navigate to [readwise.io/access_token](https://readwise.io/access_token) and hit **Get Access Token**
3. Modify your environment to use the **access token** you've got!

## Readwise API

[Here you can find](https://readwise.io/api_deets) some information about the endpoints and how to use them

## Feedback

Feedback is really important to me. In case you found anything that could be improved, doesn't make sense or just lame, please [open an issue](https://github.com/herczogzoltan/readwise-postman/issues/new).