⚠️Errors

Learn about the errors format of the Mailzeet API.

When interacting with the Mailzeet API, it is important to understand the HTTP response codes used to indicate the success or failure of requests. This section provides a summary of these codes and their meanings in our context.

Summary

  • Codes in the 2XX range mean that the API request was processed successfully.

  • Codes in the 4XX range mean that something was wrong with the data that you sent. For example, you might have missed some required parameters/headers, or you might be using the wrong API credentials.

  • Codes in the 5XX range indicate an error in processing on our end.

Common HTTP Codes

Understanding these response codes will help you effectively handle both successful operations and errors when interacting with the Mailzeet API.

Last updated