HTTP requests API
In this section you will learn how to use HTTP Requests API
Last updated
In this section you will learn how to use HTTP Requests API
Last updated
Authorization
string
JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJ0b2tlbl9Cfb....
project
string
Project unique name
environment
string
Environment unique name (default is prod)
resource
string
Resource unique name
method
string
HTTP method (GET, POST, PUT, PATCH, DELETE, etc.)
url
string
HTTP URL
query_params
array
JSON formatted array, for example: [{"foo":"q","value":"bar"}]
headers
array
JSON formatted array, for example: [{"name":"Authorization","value":"Header {-sso.9b4348ec965d4c68818aec4e15dc536f.access_token-}"}]
body_type
string
Body type (JSON, GraphQL, FormUrlEncoded, FormData, Raw)
body
string
Body depending on selected Body type
secret_tokens
string
Comma separated list of used secret tokens, for example: sso.9b4348ec965d4c68818aec4e15dc536f.access_token