Send requests in Apidog
When either developing your API, or integrating an external API, you can use Apidog to connect to these APIs by sending requests. These requests are capable of fetching, adding, or removing data, and also allow the transmission of parameters and authorization information.
For example, when you are developing a shop application, you might need to send a login request, then send a request to get the product list, and then send a request to create an order.
Sending a request
View the following topics to get started sending API requests in Apidog:
To learn the basics of building requests—including adding parameters, headers, and body data—go to Create and send API requests in Apidog.
If the API you're connecting to requires verifying your identity or access, you can learn more about API authentication and authorization in Apidog.
Apidog provides tools for viewing or visualizing API response data and for managing cookies. To learn more, go to Work with API response data and cookies in Apidog.
Variables enable you to use reuse data throughout your requests and change values based on your working environment. To learn more, go to Reuse data with variables and environments in Apidog.
In addition to sending HTTP requests, you can use Apidog to send API requests using different protocols including GraphQL, gRPC, WebSocket, SSE, and SOAP/WebService.