Response codeMeaningDescription
200SuccessYour request has been processed. You see what has been processed in the response.
202AcceptedThe request was accepted but not necessary successful. Response for booking updates.
400Bad RequestThis usually occurs because of a missing or malformed parameter. Check the documentation and the syntax of your request and try again.
401UnauthorizedA valid api_key was not provided with the request, so the API could not associate a user with the request. This could mean no api_key was provided, or the provided api_key was incorrect (or disabled).
404Not foundEither the request method and path supplied do not specify a known action in the API, or the object specified by the request does not exist.
406Not acceptableIn your configuration this endpoint does not accept data. This happens when you push data to rates and availabilities but use LOS.
413Payload to largeThe rates endpoints only accepts rateplans of a size up to 500 rateplans. If you try to push more than that, you will face this error.
429To many requestsYou push to many updates for a single apartment, most of the times at the same time for multiple endpoints.
500Internal server errorThis error lets you know our servers have experienced a problem. Please stop pushing and retry after a few seconds. If this error persists, please contact us.