Home
Marketplace
Blog
Discord
Search…
About
What's New?
FAQ
Site Status
Getting Started
Hello World
Variables
Modules
Script Flow
Triggers
Looping / Iteration
Conditionals
Functions
Code Editors
File System
Sharing
Debugging
Feedback and Bug Reporting
Power Users
Test Mode
Library
Triggers
Logic
Modules
Airtable
Alexa
Alpha Vantage
Article Extractor
BigPanda
Bing
Bittrex
Bulk SMS
Calculator
Calendly
Chart
CircleCI
Cities
Clearbit
Cloudflare
CouponTools
Crunchbase
CSS
CSV
Dashboard Response
Datadog
Date Time
Diffbot
Discord
Dropbox
Excel
Figma
Financial Math
Full Contact
FuzzyWuzzy
Giphy
GitHub
GiveButter
Gmail
Google Assistant
Google Calendar
Google Sheets
GraphQL
Guesty
Hacker News
HTML
HTTP Response
Hunter.io
Java
JavaScript
Jira
JSON
Mailchimp
MapQuest
Medium
Monday
Name Parser
News API
NLP
NY Times
Outlook
Phillips Hue
Pushbullet
Python
Reddit
RegEx
Requests
RocketReach
Rollbar
RSS Feed
Salesforce
Scryfall
Send Email
SendGrid
Shell Script
Slack
SMTP Email
Spotify
SQL
Stripe
Text Message
Trello
Twilio
Twitch
Twitter
TXT File
Udemy Instructors
URL Encoder
Verify Emails
Watson
Weather API
Website Searcher
Wikipedia
Word
Yahoo Finance
Yellow Pages
Yelp
YouTube
Zendesk
ZenHub
Zillow
APIs
Python
JavaScript
CLI (alpha release)
Account Management
Updating Your Name, Email, and Username
Changing Your Password
Managing Your Plan
Managing Your API Key
Managing Your Linked Accounts
Phone Number Verification
Two-Factor Authentication
Team Management
Other Information
IP Addresses
Security
Powered By
GitBook
Requests
Easily make requests to your favorite APIs and web endpoints, using WayScript.
Make requests to APIs and other endpoints on the internet.
Check out the Requests library on
GitHub
.
​
âš™
Settings
​
Mode
GET Request - used to request data from a specified resource
POST Request - used to send data to a server to create/update a resource
​
📥
Inputs
URL
- The URL you are requesting
Add URL Parameters
- The query string name/value pairs.
This example calls:
https://www.exampleapi.com?api_key=12345
​
​
💡
Advanced Inputs
Add URL Headers
- Name/Value pairs of headers information.
Add URL Data
- Name/Value paris of data information.
​
📤
Outputs
JSON Data
- Raw JSON recieved from the endpoint
Previous
RegEx
Next
RocketReach
Last modified
2yr ago
Export as PDF
Copy link
Contents
Settings
Mode
Inputs
Advanced Inputs
Outputs