The breakdown of HTTPS status codes refers to categorizing and understanding the various status codes that servers return response to client requests over HTTPS. These status codes provide information about the outcome of the request, whether it was successful, encountered an error, or requires further action from the client.
Error | Description |
200 - OK | The request was successful. If you are getting unexpected results, please check any Status or Error messages that have been returned in the response. If you believe there may be a problem, please raise a ticket with our Support team at https://datazoo.freshdesk.com/support/tickets/new. |
400 - Bad Request | The request could not be understood by the server. Please ensure the request is in the appropriate format and all necessary headers have been included. |
403 - Forbidden | The request was valid, but the requestor does not have appropriate permissions. Please ensure your username is correct and your access token is still valid. If your access token has expired, you may need to reauthenticate your credentials to get a new token. |
415 - Unsupported Media Type | The request entity has a media type that the server or resource does not support. For example, the client uploads an image as image/svg+xml, but the server requires that images use a different format. |
500 - Internal Server Error | There was a back-end error when processing the request. Please ensure your request is in the correct format and retry. If you receive this error again, please raise a ticket with our Support team at https://datazoo.freshdesk.com/support/tickets/new. |
522 - Origin Connection Time-out | There was a back-end error when processing the request. Please resubmit the request. If you receive this error again, please raise a ticket with our Support team at https://datazoo.freshdesk.com/support/tickets/new. |