Skip to main content
The Heyy API uses conventional HTTP response codes to indicate success or failure. Response codes in the 2xx range indicate success. Codes in the 4xx range indicate a client error—the request failed given the information provided. Codes in the 5xx range indicate an error on Heyy’s servers.

HTTP error codes in use

The API uses the following HTTP codes to communicate errors:

Error object

Every error response uses the same structure: success set to false and a single error object with messageKey and message.