Overview

Zing uses standard HTTP response codes to indicate the success or failure of an API request. Codes in the 2xx range indicate success, codes in the 4xx range indicate client errors, and codes in the 5xx range indicate a server error that we will immediately work to fix.

Status Codes

CodeDescription
200 - OKThe request was successful
400 - Bad RequestThe request failed as a result of an input error. Check your payload
401 - UnauthorizedThe token for the request was not provided or has expired
403 - ForbiddenYou don’t have permission to make this request
404 - Not FoundThe resource you requested for was not found
429 - Too Many RequestsThere were too many requests mde all at once
500 - Unexpected ErrorSomething went wrong on Zing’s end