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.
Twitter example
If you have a Twitter Developer account, go ahead and plug in your Twitter credentials under the Authorization tab, and then update {{myTwitterHandle}}
under the Params tab.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
screen_name | string |