Getting Started

The WhatsApp Tools API has been developed in a stateless Restful service-oriented architecture to meet the needs of users.

It can be integrated very easily with clients suitable for the server-side programming language offered by WhatsApp Tools. You can follow the steps on the left to get started.

📘

Request

You will need to use the GET, POST and DELETE methods when sending your requests to the service on the WhatsApp Tools API.

You can use application/json or application/x-www-form-urlencoded as Content-Type value.

You should send your website address or application package name as User-Agent value.

To be able to send API request, you must allow your server's IP address through your Control Panel.

📘

Response

Data is returned as JSON after each request.

In each JSON, the status parameter is returned, indicating whether your request was successful or not.

If the status parameter returns ok, your request is successful, if fail returns, your request is unsuccessful.

Each time you request an arrow return, information about your transaction is returned.
Each failed request includes an errCode and message parameter.