Use variables for secrets
GET https://api.twitter.com/1.1/users/show.json?screen_name={{myTwitterHandle}}
Another great use for variables is [to store your secrets] instead of hard-coding your confidential data. Remember to update your secrets with placeholder text, so you don’t leak any confidential information. If you have a Twitter Developer account, go ahead and plug in your Twitter credentials under the Authorization tab, and then update Twitter example
{{myTwitterHandle}}
under the Params tab.
Body
PARAM
Key | Datatype | Required | Description |
screen_name
|
string |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status
ENDPOINTS