Integrations

Process a Census RPC request

Processes a Census custom destination RPC request.

post/v1/integrations/census/custom-destination

Request body

idstring required

The unique identifier for the RPC request.

jsonrpcstring required

The JSON-RPC version.

methodstring required

The method name to execute.

paramsobject

The parameters for the method.

Response

OK

idstring

The request ID.

resultobject

The result of the RPC call.

Changes