/passthrough
Pull data from an endpoint not currently supported by Merge.
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Headers
X-Account-Token
Token identifying the end user.
Request
This endpoint expects an object.
method
* `GET` - GET
* `OPTIONS` - OPTIONS
* `HEAD` - HEAD
* `POST` - POST
* `PUT` - PUT
* `PATCH` - PATCH
* `DELETE` - DELETE
path
The path of the request in the third party's platform.
base_url_override
An optional override of the third party's base url for the request.
data
The data with the request. You must include a request_format parameter matching the data’s format
multipart_form_data
Pass an array of MultipartFormField objects in here instead of using the data param if request_format is set to MULTIPART.
headers
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
* `JSON` - JSON
* `XML` - XML
* `MULTIPART` - MULTIPART
Allowed values:
normalize_response
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.
Response
method
path
status
response
response_headers
response_type
JSON- JSONBASE64_GZIP- BASE64_GZIP
Allowed values:
headers