Errors & Status Codes

Standard HTTP status codes and error responses returned by the WaDoot API.

Standard Error Response

{
  "error": "Unauthorized",
  "message": "API Key is missing or invalid",
  "statusCode": 401
}

Common Status Codes

200The request was successful.
400Bad Request - Usually a missing parameter or malformed JSON.
401Unauthorized - Invalid or missing API Key.
404Not Found - The resource (e.g. template) does not exist.
429Too Many Requests - You have exceeded the rate limit.