Request
Referenced In
Fields
Field | Type | Description | Default |
---|---|---|---|
headers | object(Request headers) | Optional. Headers to include in the HTTP request, in key/value format. | {} |
parameters | object(Request parameters) | Optional. URL parameters to include in the HTTP request, in key/value format. | {} |
body | one of: - object(Request body object) - array of unknown - string | Optional. JSON object to include as the body of the HTTP request. | {} |
Examples
{
"headers": {},
"parameters": {},
"body": {}
}