Skip to content

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.

  1. 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.

    Method List

  2. Select the method you want to use from the list.

  3. Click on one of the variables in the request address ({{idInstance}} or {{apiTokenInstance}}).

    Parameters

  4. In the new window, specify idInstance and apiTokenInstance, which were obtained during the Before Start step. Click Save & Exit to save the values.

    Parameters

  5. Click Try it to test the request.

    Parameters

  6. Click Send to send the request.

    Parameters

    POST request

    When sending a POST request, specify the required parameters in the Body tab

    Parameters

  7. The bottom of the screen will display the result of the request: the response code and the response body (if any)

    Parameters

Now you can select any API method in the collection and start sending requests.