Proxy Endpoint
POST
/production/proxy
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ” WebsocketUserRequest
This is the request generated internally by the /proxy endpoint.
object
tenant_id
required
Tenant Id
string
node_id
required
Node Id
string
http
required
message_type
Message Type
string
request_id
required
Request Id
string
large_payload_destination
required
LargePayloadDestination
object
type
required
Type
string
url
required
Url
string
threshold_bytes
Threshold Bytes
integer
Responses
Section titled “ Responses ”Successful Response
WebsocketUserResponse
This is the response returned to the /proxy endpoint handler
object
message_type
Message Type
string
request_id
required
Request Id
string
payload_location
Any of:
PayloadLocation
string
null
http
Any of:
null
{"detail": "Invalid API Key"}
{"detail": "Tenant not found"}
{"detail": "Node not found"}
{"detail": "Proxy timed out"}
{"detail": "Node not connected"}
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string