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
- Host: GitHub
- URL: https://github.com/herczogzoltan/readwise-postman
- Owner: herczogzoltan
- License: mit
- Created: 2021-07-26T14:08:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T22:03:36.000Z (about 4 years ago)
- Last Synced: 2025-01-06T12:37:08.613Z (over 1 year ago)
- Topics: postman-collection, postman-example, readwise-highlights
- Homepage:
- Size: 10.7 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-readwise - readwise-postman - A Postman collection for Readwise API endpoints. (Client Libraries / API Endpoint Collections)
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).