Skip to content

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.

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

    Method List

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

  3. In Variables specify your instance parameters, which were obtained during the Before you start stage.

    Parameters

    Parameters

    POST request

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

    Parameters

  4. Click Send

    Parameters

    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.