Apidog Collection#
Apidog - a widespread tool for API testing and development.
To make it easier for developers to integrate with GREEN-API, we have created an Apidog collection with a full set of required APIs.
-
Open the Apidog 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 displayed in the API Documentation. -
Select the method you want to use from the list.
-
Click on one of the variables in the request address (
{{idInstance}}
or{{apiTokenInstance}}
). -
In the new window, specify
idInstance
andapiTokenInstance
, which were obtained during the Before Start step. ClickSave & Exit
to save the values. -
Click
Try it
to test the request. -
Click
Send
to send the request.POST
requestWhen sending a
POST
request, specify the required parameters in theBody
tab -
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.