ApiCallSendRequestInput
Last edit: Nov 10, 2025
Input for API call request details
type ApiCallSendRequestInput {
body: String
headers: HashObject
method: String!
url: String!
}
Fields
body (String)
The body of the API call
headers (HashObject)
Headers for the API call
method (String)
The HTTP method for the API call
url (String)
The URL for the API call