Passthrough
Make Passthrough Request
POST
Make Passthrough Request
Documentation Index
Fetch the complete documentation index at: https://docs.bindbee.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
application/json
Method of the request
Available options:
CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE Example:
"POST"
Path of the request
Example:
"/employees"
headers of the request
Example:
{ "Content-Type": "application/json" }params of the request
Example:
{ "a": 1, "b": 2 }Body of the request
Example:
{ "a": 1, "b": 2 }format of the request
Available options:
JSON, XML, MULTIPART Example:
"JSON"
format of the response
Available options:
JSON, XML, MULTIPART Example:
"JSON"
timeout of the request
Example:
300
Response
Successful Response
Make Passthrough Request