Send a GET request to an API endpoint.

Input

PropertyTypeRequiredDescription
urlSHORT_TEXTYesThe URL of the API endpoint to send the GET request to.
paramsOBJECTNoThe query parameters to include in the GET request.
headersOBJECTNoThe headers to include in the GET request.

Sample Output

{
  "response": "Sample response"
}