Skip to main content
DeBounce API responses include standard HTTP status codes to indicate the outcome of each request.
Use this page as a quick reference when handling errors or building error-recovery logic.

Status Codes

CodeNameDescription
200OKThe request was successful and the response body contains the result.
401UnauthorizedThe API key is missing, invalid, or not permitted.
402Payment RequiredYour validation credits are exhausted. Add credits to continue validating.
403ForbiddenThe request is not allowed for this API key or operation.
429Too Many RequestsThe rate limit or concurrency limit has been exceeded.
Each endpoint documents additional error details returned inside the JSON debounce object.