API
Conduit exposes a gRPC API and a REST API.
gRPC API
The gRPC API is by default running on port 8084. You can define a custom address
using the CLI flag -grpc.address
. To learn more about the gRPC API please have
a look at
the protobuf file
.
REST API
The REST API is by default running on port 8080. You can define a custom address
using the CLI flag -http.address
. It is generated
using gRPC gateway and is thus
providing the same functionality as the gRPC API. To learn more about the REST
API please have a look at the API documentation,
OpenAPI definition
or run Conduit and navigate to
http://localhost:8080/openapi
to open
a Swagger UI which makes it easy to
try it out.