Skip to main content

meta

Store metadata about your request
The seq is used to store the sequence number. This decides the sort position of your request in the UI. The type can be either http or graphql The tags is an array of strings that can be used to filter requests during collection runs. Tags are useful for organizing and selectively running requests based on categories like environment, functionality, or priority.

get

Make a GET http call

post

Make a POST http call

put

Make a PUT http call

delete

Make a DELETE http call

options

Make a get OPTIONS call

trace

Make a TRACE http call

connect

Make a CONNECT http call
Make a HEAD http call

query

The request query params

path

The request path params

headers

The request query headers

body

The request body (defaults to json)

body:text

The request body as text

body:xml

The request body as xml

body:form-urlencoded

The request body as form-urlencoded

body:multipart-form

The request body as multipart-form

body:graphql

The request body as graphql

body:graphql:vars

The request body as graphql vars

script:pre-request

The request body as pre-request

script:post-response

The request body as post-response

test

The tests