Error Codes

Understand how ChatPulse handles and returns errors.


ChatPulse uses conventional HTTP response codes to indicate the success or failure of an API request.

  • 200 - 299: Success
  • 400 - 499: Client error (invalid payload, bad request, missing API key, rate limit exceeded)
  • 500 - 599: Server error (something went wrong on our end)

Every error response includes a JSON body with a message and an error_code to help you programmatically handle the failure.