/passthrough
/passthrough
Pull data from an endpoint not currently supported by Merge.
/passthrough
Token-based authentication with required prefix “Bearer”
GET - GETOPTIONS - OPTIONSHEAD - HEADPOST - POSTPUT - PUTPATCH - PATCHDELETE - DELETEThe data with the request. You must include a request_format parameter matching the data’s format
Pass an array of MultipartFormField objects in here instead of using the data param if request_format is set to MULTIPART.
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.
JSON - JSONXML - XMLMULTIPART - MULTIPARTOptional. 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.
JSON - JSONBASE64_GZIP - BASE64_GZIP