Movatterモバイル変換


[0]ホーム

URL:


Send your first API request

Postman’s API client enables you to create and send APIrequests, 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 clickSend, the API response returns directly in Postman.

Send an API request

Make sure you’vedownloaded and installed the Postman desktop app. When you’re ready, open the Postman desktop app and send your first API request.

  1. ClickAdd iconAdd in the workbench to open a newtab.
  2. Enter “postman-echo.com/get” for the request URL.
  3. ClickSend.

Postman displays the response data sent from the server in the lower pane.

Sending a request

How it works

In this example, Postman acts as the client application and communicates with an API server. Here’s what happened when you clickedSend:

  1. Postman sent a GET request to thePostman Echo API server located atpostman-echo.com.
  2. The API server received the request, processed it, and returned a response to Postman.
  3. Postman received the response and displayed it in theResponse pane.

You used Postman to send an API request and got a response from the API server. How cool is that?

Request and response illustration

Next steps

You’ve sent your first API request, and you’re ready to do more with Postman!

Need help debugging? Connect with developers

Need help debugging? Connect with developers

Last modified: 2025/05/16



[8]ページ先頭

©2009-2025 Movatter.jp