HTTP Request

Send a fully-configurable HTTP request: query, headers, auth, typed body, retries, typed response or download to file.

API & HTTPHTTPRequest

What it does

Send a fully-configurable HTTP request: query, headers, auth, typed body, retries, typed response or download to file.

Parameters

ParameterTypeRequiredDefaultDescription
URLstring
Required
Example: https://api.example.com/items
Supports variables
Methoddropdown
GET · POST · PUT · PATCH · DELETE · HEAD · OPTIONS
RequiredGET
Query params (optional)multiline
OptionalJSON object or 'key=value' / 'key: value' lines.
Supports variables
Headers (optional)multiline
OptionalJSON object or 'Key: Value' lines.
Supports variables
Authenticationdropdown
None · Bearer · Basic · API Key (header)
OptionalNone
Auth value (optional)string
OptionalBearer token, 'user:password' for Basic, or the API key.
Supports variables
API key header namestring
OptionalX-API-KeyHeader name when Authentication = API Key.
Supports variables
Body typedropdown
None · JSON · Form (urlencoded) · Raw · File
OptionalNone
Body (optional)multiline
OptionalJSON / raw text, or 'key=value' lines for a form body.
Example: {"name": "Bob"}
Supports variables
Body from file (optional)file
OptionalWhen Body type = File, send this file's bytes.
Supports variables
Timeout (seconds)number
Optional60
Follow redirectsdropdown
Yes · No
OptionalYes
Ignore TLS cert errorsdropdown
No · Yes
OptionalNo
Retries on failurenumber
Optional0Retry network errors / 5xx this many times.
Response typedropdown
Auto · JSON · Text · Save to file
OptionalAutoAuto parses JSON when the server says so, else text.
Download to file (optional)file
OptionalUsed when Response type = Save to file.
Supports variables
Fail on HTTP error (4xx/5xx)dropdown
No · Yes
OptionalNo
Store response invariable
Required
Example: response
Store status code invariable
Optional
Example: status
Store response headers invariable
Optional
Example: respHeaders

More API & HTTP commands

Ready to automate your busywork?

Start your free 10-day trial today. No credit card, no commitment.