The gRPC client interface | Postman Docs (original) (raw)

Postman

Postman’s gRPC client interface provides a variety of specialized tools, views, and controls for invoking and testing gRPC requests. For example, it includes a dropdown list that shows the methods available on the server. This topic highlights the various parts of the gRPC client interface and how to use them.

gRPC request interface

Creating a new request

Click New in the sidebar to create a new gRPC request. Select gRPC from the list to open a blank gRPC request in a new tab.

New gRPC request

The request section

The request section includes the required configurations to connect to the server and run the selected method. Requests need a server URL, a service definition, and a selected method to be invoked. Based on the API requirements, you may have to include message payloads, metadata, and authorization details with the request. You may also have to configure TLS and other certificates based on the requirements.

Request pane

The response section

After invoking a method, the response data sent from the server appears in the response area.

The response section has the following items:

In the right sidebar, you can access your gRPC request’s documentation, comments, and request details.

Next steps

After learning about the basic interface elements, try invoking your first gRPC request.

Last modified: 2025/09/12