Server Responses

Version 25.3.9411


Server Responses


The following is a list of common server responses to API table resources and descriptions of when to expect such responses:

HTTP Status Code Description
200 OK The request was processed by the server without error.
201 Created The request was successful and the specified table was created by the server.
204 No Content A request returns this status if the requested table resource has a null value or the service applies a return=minimal preference.
400 Bad Request The request was not understood or was missing required parameters.
401 Unauthorized The user was not authenticated or authorized to access this table.
403 Forbidden Access is denied to this table.
404 Not Found The table does not exist.
405 Method Not Allowed The HTTP method specified is not allowed for this table.
429 Too Many Requests The user has sent too many requests in a given amount of time, or exceeded the maximum amount of concurrent requests.
501 Not Implemented The server does not support the functionality 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 table.