Postman Collection on the Website#
Postman is a popular tool for testing and developing APIs.
To make it easier for developers to integrate with GREEN-API, we have created a Postman collection with a full set of necessary APIs.
-
Open the Postman collection in your browser window.
On the left side of the screen, you will see a list of available methods.
For convenience, all methods are listed in the same order as they are discussed in the API Documentation. -
Select the method you want to use from the list.
-
In
Variables
specify your instance parameters, which were obtained during the Before you start stage.POST
requestWhen sending a
POST
request, specify the required parameters in theBody
tab -
Click
Send
The bottom of the screen will display the result of the request: the response code and the response body (if any)
Now you can select any API method in the collection and start sending requests.