Merge · Schema

DataPassthroughRequest

# The DataPassthrough Object ### Description The `DataPassthrough` object is used to send information to an otherwise-unsupported third-party endpoint. ### Usage Example Create a `DataPassthrough` to get team hierarchies from your Rippling integration.

IntegrationPlatformUnified-APIAgent HandlerLLM Gateway

Properties

Name Type Description
method object
path string The path of the request in the third party's platform.
base_url_override stringnull An optional override of the third party's base url for the request.
data stringnull The data with the request. You must include a `request_format` parameter matching the data's format
multipart_form_data arraynull Pass an array of `MultipartFormField` objects in here instead of using the `data` param if `request_format` is set to `MULTIPART`.
headers objectnull The headers to use for the request (Merge will handle the account's authorization headers). `Content-Type` header is required for passthrough. Choose content type corresponding to expected format of r
request_format object
normalize_response boolean Optional. If true, the response will always be an object of the form `{"type": T, "value": ...}` where `T` will be one of `string, boolean, number, null, array, object`.
View JSON Schema on GitHub

JSON Schema

merge-datapassthroughrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataPassthroughRequest",
  "title": "DataPassthroughRequest",
  "type": "object",
  "properties": {
    "method": {
      "$ref": "#/components/schemas/MethodEnum"
    },
    "path": {
      "type": "string",
      "description": "The path of the request in the third party's platform."
    },
    "base_url_override": {
      "type": [
        "string",
        "null"
      ],
      "description": "An optional override of the third party's base url for the request."
    },
    "data": {
      "type": [
        "string",
        "null"
      ],
      "description": "The data with the request. You must include a `request_format` parameter matching the data's format"
    },
    "multipart_form_data": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/MultipartFormFieldRequest"
      },
      "description": "Pass an array of `MultipartFormField` objects in here instead of using the `data` param if `request_format` is set to `MULTIPART`."
    },
    "headers": {
      "type": [
        "object",
        "null"
      ],
      "additionalProperties": {
        "description": "Any type"
      },
      "description": "The headers to use for the request (Merge will handle the account's authorization headers). `Content-Type` header is required for passthrough. Choose content type corresponding to expected format of receiving server."
    },
    "request_format": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/RequestFormatEnum"
        },
        {
          "type": "null"
        }
      ]
    },
    "normalize_response": {
      "type": "boolean",
      "description": "Optional. If true, the response will always be an object of the form `{\"type\": T, \"value\": ...}` where `T` will be one of `string, boolean, number, null, array, object`."
    }
  },
  "required": [
    "method",
    "path"
  ],
  "description": "# The DataPassthrough Object\n### Description\nThe `DataPassthrough` object is used to send information to an otherwise-unsupported third-party endpoint.\n\n### Usage Example\nCreate a `DataPassthrough` to get team hierarchies from your Rippling integration."
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/merge-datapassthroughrequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.