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
Last modified 2yr ago
Export as PDF
Copy link