API Error Messages
List of common API errors you might encounter.
#
Error code: 403Description: Response returned if path is blocked. 1. Type: The Path is Blocked{ "meta": { "httpCode": 403, "developerMessage": "This URL *** is blocked. More info:https://whizardapi.com/api/", "success": false }}
#
Error code: 401Description: Invalid API keyPayload: 2. Type: Invalid API Key{ "meta": { "httpCode": 404, "developerMessage": "Invalid api_key or token expired", "success": false }}
#
Error code: 400Description: Response returned if WhatsApp Business API has been disabled.Payload: 3. Type: WhatsApp Business API has been disabled{ "meta": { "httpCode": 400, "developerMessage": "Your WhatsApp for Business API has been disabled. If you believe this is a mistake, please contact our support team.", "success": false }}
#
Error code: 400Description: Endpoint calls limits has been exceeded.Payload: 4. Type: Usage Limit{ "meta": { "httpCode": 400, "developerMessage": "You have exceeded the limit of 1 request every * seconds. Try again later.", "success": false }}
#
Error code: 500Description: Unknown system error.Payload: 5. Type: Internal Server Error{ "meta": { "httpCode": 500, "developerMessage": "Internal server error", "success": false }}
#
Error code: 502Description: Error returned if integration with WhatsApp Business does not exist in system or integration is not in running state (WhatsApp Business stack is not running).Payload: 6. Type: WhatsApp for Business API not available.{ "meta": { "httpCode": 502, "developerMessage": "WhatsApp for Business API not available.", "success": false }}