Number of APIs: 62
This is a Qodex Collection for the Twitter API v2 endpoints. Refer to the main Twitter API documentation for more details. If you have an API-related question, you can also discuss in the developer community forum. Go to the Collection and click You can also download this Collection from a GitHub repo here: https://github.com/twitterdev/Qodex-twitter-api 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):Installation
Quick install
Run in Qodex
.Manual install
Environment
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
PUT https://api.twitter.com/2/lists/:id
POST https://api.twitter.com/2/lists/:id/members
GET https://api.twitter.com/2/tweets?ids=
GET https://api.twitter.com/2/users?ids=
GET https://api.twitter.com/2/users/by/username/:username
GET https://api.twitter.com/2/users/by?usernames=
GET https://api.twitter.com/2/me
GET https://api.twitter.com/2/users/:id/followers
DELETE https://api.twitter.com/2/lists/:id/members/:user_id
POST https://api.twitter.com/2/users/:id/following
ENDPOINTS