Skip to main content
Typically, the status of an HTTP server response can be summarized by its HTTP status code. The following table lists HTTP status codes that Sync can send, along with when you can expect these status codes.
HTTP Status CodeDescription
200 OKThe request is processed by the server without error.
201 CreatedThe request is successful, and the specified entity is created by the server.
204 No ContentA request returns this status when the requested resource contains a null value or when the service applies a return=minimal preference.
400 Bad RequestThe request either is not understood or is missing required parameters.
401 UnauthorizedThe user is not authenticated or authorized to access this resource.
403 ForbiddenAccess is denied to this resource.
404 Not FoundThe resource does not exist.
405 Method Not AllowedThe HTTP method that was specified is not allowed for this resource.
429 Too Many RequestsThe user either sent too many requests in a given amount of time or exceeded the maximum number of concurrent requests.
501 Not ImplementedThe server does not support the functionality that is required to fulfill the request. This response is returned when the server does not recognize the request method and is not capable of supporting it for any resource.