Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdevplatform/postman-twitter-api
Postman Collection for the Twitter API v2
https://github.com/xdevplatform/postman-twitter-api
api postman postman-collection twitter-api-v2
Last synced: about 1 month ago
JSON representation
Postman Collection for the Twitter API v2
- Host: GitHub
- URL: https://github.com/xdevplatform/postman-twitter-api
- Owner: xdevplatform
- License: apache-2.0
- Created: 2020-07-10T17:53:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T19:50:09.000Z (over 1 year ago)
- Last Synced: 2024-09-29T18:22:54.842Z (about 2 months ago)
- Topics: api, postman, postman-collection, twitter-api-v2
- Homepage: https://www.postman.com/twitter
- Size: 815 KB
- Stars: 217
- Watchers: 10
- Forks: 238
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This is a Postman Collection for the Twitter API v2 endpoints.
Refer to the main [Twitter API documentation](https://developer.twitter.com/en/docs) for more details.
If you have an API-related question, you can also discuss in the developer [community forum](https://twittercommunity.com).
## Installation
### Quick install
Go to the [Collection](https://t.co/twitter-api-postman) and click `Run in Postman`.
### Manual install
You can also download this Collection from a GitHub repo here: https://github.com/twitterdev/postman-twitter-api
## Environment
This Collection includes a pre-configured Environment. You will need to set up the following variables in order to run each request (depending on the authentication type used by the request you are sending):
| Name | Description |
| ----------------- | ------------------------ |
| `consumer_key` | Your consumer key |
| `consumer_secret` | Your consumer secret |
| `access_token` | Your access token |
| `token_secret` | Your access token secret |
| `bearer_token` | Your bearer token |