Arrow
Get started with Wazzup
Arrow
How to connect a messenger
Arrow
How to use Wazzup chats
Arrow
How to pay for the service
Arrow
Bitrix24
Arrow
Kommo
Arrow
Zoho CRM
Arrow
HubSpot
Arrow
Pipedrive
Arrow
Other CRMs
Arrow
How to sell even easier
Arrow
All about WABA
Arrow
For partners
Arrow
Public API
Public API
Arrow

Common errors

429 Too Many Requests: The limit is no more than 500 requests every 5 seconds. The counter resets every 5 seconds, after which you can send new requests.

401 Unauthorized. Failed to pass the API key or passed the wrong key.

500 Internal server error

403 Forbidden: Requests for routers which are not allowed to use sidecar API KEY can lead to errors.

TOO_MANY_ENTITIES. Routes that have a limit on number of entities sent for processing — 100 at a time.

  • POST /contacts,
  • POST /deals,
  • POST/users,
  • PATCH /contacts/bulk_delete,
  • PATCH /deals/bulk_delete.

Format

When an error occurs, the 4X status code will be returned, and the response body will either be empty or contain JSON of the form:

{
error: 'ERROR CODE',
description: 'CHANNEL_BLOCKED', // a short description of the error in English
[data]: {} // object with additional information. Not obligatory. It is intended to be analyzed by developers to determine the cause of the error.
}