In Apidog, to send a request, you only need to click "+" - "New Request"
2
You can fill in the necessary parts of the request according to the API spec into the Apidog interface, such as the request method, URL, request parameters, authorization, and so on.
3
Click "Send", and you will see the server's response to this request in the lower half of the interface. You can debug and develop based on this response.
View the following topics to get started sending API requests 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.
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.