Postman's built-in API client enables you to create and send API requests, including HTTP, GraphQL, and gRPC requests. Using Postman, you can send a request to an endpoint, retrieve data from a data source, or test an API's functionality. You don't need to enter commands in a terminal or write any code. When you create a new request and select Send, the API response appears right inside Postman.
Make sure you've downloaded and installed the Postman desktop app. When you're ready, open the Postman desktop app and send your first API request.
postman-echo.com/get
for the request URL.Postman displays the response data sent from the server in the lower pane.
In this example, Postman is acting as the client application and is communicating with an API server. Here's what happened when you selected Send:
GET
request to the Postman Echo API server located at postman-echo.com
.You used Postman to send an API request and got a response from the API server. It's okay to take a moment to sit back and reflect on how cool that is!
Now that you've sent your first API request, you're ready to do more with Postman!
Last modified: 2023/10/19
Additional resources
Videos
Blog posts
Public workspaces
Postman Academy