Skip to main content
Peere Network uses standard HTTP status codes to indicate the success or failure of API requests. Understanding these codes helps you handle responses appropriately in your integration.

Success Codes

CodeNameCategoryDescription
200OKSuccessThe request was successful
201CreatedSuccessA new resource was successfully created
202AcceptedSuccessThe request was accepted but not yet processed
204No ContentSuccessRequest succeeded with no response body
301Moved PermanentlyRedirectionThe resource has been permanently moved
302FoundRedirectionThe resource is temporarily available elsewhere
304Not ModifiedRedirectionCached version can be used
400Bad RequestClient ErrorInvalid request or malformed syntax
401UnauthorizedClient ErrorAuthentication is required
403ForbiddenClient ErrorYou do not have permission to access this resource
404Not FoundClient ErrorThe resource could not be found
405Method Not AllowedClient ErrorHTTP method is not supported for this resource
409ConflictClient ErrorRequest conflicts with current server state
422Unprocessable EntityClient ErrorValidation failed on request data
429Too Many RequestsClient ErrorRate limit exceeded
500Internal Server ErrorServer ErrorAn unexpected server error occurred
502Bad GatewayServer ErrorInvalid response from upstream server
503Service UnavailableServer ErrorServer is temporarily unavailable
504Gateway TimeoutServer ErrorUpstream server failed to respond in time